Question: Which of the following is a real-world application of AVL trees?
Options:
Correct Answer: Managing a database index
Solution:
AVL trees are often used in database indexing to maintain sorted data and allow for efficient search, insert, and delete operations.