Question: In an AVL tree, what must be done after an insertion if the tree becomes unbalanced?
Options:
Correct Answer: Perform a double rotation
Solution:
After an insertion, if the AVL tree becomes unbalanced, a double rotation may be required to restore balance.