Q.

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

A. O(n), O(n)
B. O(logn), O(logn)
C. O(logn), O(n)
D. O(n), O(logn)
Answer» D. O(n), O(logn)
1.4k
0
Do you find this helpful?
1

View all MCQs in

Data Structures (DS)

Discussion

No comments yet