Codesignal Practice Test
Coding Fundamentals
What is the time complexity of searching for an element in a balanced binary search tree (BST)?
Select your answer
A
O(1)
B
O(log n)
C
O(n)
D
O(n log n)
Hint