Question: How many rotations are needed to balance an AVL tree after a single insertion?
Options:
Correct Answer: 1
Solution:
Typically, only one rotation is needed to balance an AVL tree after a single insertion, unless it is a double rotation case.