Question: Which operation is performed to maintain the balance of an AVL tree after insertion?
Options:
Correct Answer: Rotation
Solution:
Rotations (single or double) are performed to maintain the balance of an AVL tree after an insertion operation.