Examveda

Balanced binary tree with n items allows the lookup of an item in . . . . . . . . worst-case time.

A. O(log n)

B. O(nlog 2)

C. O(n)

D. O(1)

Answer: Option A


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

Join The Discussion

Related Questions on Binary Search Trees(B Tree)