What is the average time complexity of searching for an element in an AVL tree?
O(n)
O(log n)
O(1)
O(n log n)

Data Structures and Algorithms Exercises are loading ...