Question: What is the primary application of AVL trees?
Options:
Correct Answer: Maintaining sorted data with frequent insertions and deletions.
Solution:
AVL trees are primarily used for maintaining sorted data with frequent insertions and deletions due to their balanced nature.