Examveda

In a Binary Search Tree (BST), what is the time complexity of searching for an element in the worst case?

A. O(1)

B. O(log n)

C. O(n)

D. O(n log n)

Answer: Option C


This Question Belongs to Data Structure >> Trees In Data Structures

Join The Discussion

Related Questions on Trees in Data Structures