Question: What is the primary use of a binary tree in real-world applications?
Options:
Correct Answer: Representing hierarchical data
Solution:
Binary trees are primarily used to represent hierarchical data structures, such as file systems and organizational charts.