Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) O(log n)
b) O(nlog 2)
c) O(n)
d) O(1)