Examveda

What is the time complexity of binary search in a balanced binary search tree (BST)?

A. O(log n)

B. O(n)

C. O(n log n)

D. O(1)

Answer: Option A


This Question Belongs to Data Structure >> Searching Algorithms

Join The Discussion

Related Questions on Searching Algorithms