Question: Which operation is not allowed in an AVL tree?
Options:
Correct Answer: Duplicate insertion
Solution:
Duplicate insertion is not allowed in an AVL tree as it must maintain unique keys.