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