Question: In which scenario would you use a binary tree to represent hierarchical data?
Options:
Correct Answer: File system structure
Solution:
Binary trees can effectively represent hierarchical data structures such as file systems, where each node can represent a directory or file.