What is the worst-case time complexity for searching an element in an AVL tree?
O(n)
O(log n)
O(1)
O(n^2)

Data Structures and Algorithms Exercises are loading ...