Question: How do AVL trees handle insertion that causes imbalance?
Options:
Correct Answer: By performing a double rotation
Solution:
When an insertion causes an imbalance in an AVL tree, it is corrected by performing either a single or a double rotation, depending on the case.