Question: Which of the following is a real-world application of binary trees in computer science?
Options:
Correct Answer: All of the above
Solution:
Binary trees are used in various applications including database indexing (B-trees), image processing (quadtree), and network routing (routing tables).