Question: Which operation is guaranteed to be O(log n) in an AVL tree?
Options:
Correct Answer: All of the above
Solution:
All of the operations (insertion, deletion, and searching) in an AVL tree are guaranteed to be O(log n) due to its balanced structure.