Question: What happens when an AVL tree becomes unbalanced after an insertion?
Options:
Correct Answer: It is rotated to restore balance.
Solution:
When an AVL tree becomes unbalanced after an insertion, rotations (single or double) are performed to restore balance.