Quizlearn
.app
In a binary search tree, what is the time complexity of searching for a key with n nodes?
O(n)
O(log n)
O(1)
O(n log n)
Data Structures and Algorithms Exercises are loading ...