Question: In an AVL tree, what operation is performed when a node becomes unbalanced after an insertion?
Options:
Correct Answer: Rotation
Solution:
When a node becomes unbalanced after an insertion, a rotation (single or double) is performed to restore balance.