Question: Which operation is more complex in an AVL tree compared to a Red-Black tree?
Options:
Correct Answer: Deletion
Solution:
Deletion in an AVL tree is more complex due to the need for multiple rotations to maintain balance.