Question: Which of the following scenarios would require a right rotation in an AVL tree?
Options:
Correct Answer: Left-Left case
Solution:
A right rotation is required in an AVL tree during a Left-Left case, where a node is inserted into the left subtree of the left child.