Question: What is a common application of AVL trees?
Options:
Correct Answer: Database indexing
Solution:
AVL trees are commonly used in database indexing to maintain sorted data and allow for efficient search operations.