(CCS) Certified Coding Specialist Practice Test
CCS - Certified Coding Specialist CCS Data Structures and Algorithms
What is the time complexity of searching in a balanced binary search tree?
Select your answer
A
O(log n)
B
O(n)
C
O(1)
D
O(n^2)
Hint