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) |
Login to Continue
It will take less than 2 minutes