What are the worst case and average case complexities of a binary search tree?
Posted: Wed Jul 13, 2022 7:42 pm
a) O(n), O(n)
b) O(logn), O(logn)
c) O(logn), O(n)
d) O(n), O(logn)
b) O(logn), O(logn)
c) O(logn), O(n)
d) O(n), O(logn)
Accurate answers. Every time.
https://answerhappy.com/