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