Page 1 of 1

What are the worst case and average case complexities of a binary search tree?

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) O(n), O(n)
b) O(logn), O(logn)
c) O(logn), O(n)
d) O(n), O(logn)