Question: What is a primary application of AVL trees in real-world scenarios?
Options:
Correct Answer: Database indexing
Solution:
AVL trees are used in database indexing to maintain sorted data and allow for efficient search, insert, and delete operations.