Question: What is the worst-case time complexity for balancing an AVL tree after insertion?
Options:
Correct Answer: O(log n)
Solution:
The worst-case time complexity for balancing an AVL tree after insertion is O(log n).