What is the time complexity of searching for a node with a given key in a balanced binary search tree?
O(n)
O(log n)
O(1)
O(n^2)

Information Technology and Computer Science Exercises are loading ...