Q. What are the worst case and average case complexities of a binary search tree? (Solved)

1. O(n), O(n)

2. O(logn), O(logn)

3. O(logn), O(n)

4. O(n), O(logn)

  • d. O(n), O(logn)
Subscribe Now

Get All Updates & News