Examveda

What is the typical time complexity of accessing an element in a Binary Search Tree (BST) in the best case?

A. O(1)

B. O(log n)

C. O(n)

D. O(n log n)

Answer: Option B


This Question Belongs to Data Structure >> Binary Search Trees(B Tree)

Join The Discussion

Related Questions on Binary Search Trees(B Tree)