Question: What happens when you insert a node into an AVL tree that causes it to become unbalanced?
Options:
Correct Answer: The tree is restructured and rebalanced.
Solution:
When an insertion causes an AVL tree to become unbalanced, rotations are performed to restore balance.