What is the time complexity of searching for an element in a balanced binary search tree?
O(n^2)
O(n)
O(log n)
O(1)

Data Structures and Algorithms Exercises are loading ...