Question: In which application are binary trees particularly useful for representing hierarchical data?
Options:
Correct Answer: File systems
Solution:
Binary trees can represent hierarchical structures such as file systems, where directories and files can be organized in a tree-like format.