Question: What is a real-world application of binary search trees?
Options:
Correct Answer: Storing sorted data for quick access
Solution:
Binary search trees are used to store sorted data, allowing for efficient searching, insertion, and deletion operations.