Question
A programmer needs representing hierarchical binary relationships, and the chosen structure has the property that children are commonly called left and right. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Binary Tree
Explanation:
Binary Tree fits because it supports representing hierarchical binary relationships and children are commonly called left and right.
Both clues point to this choice.
Leave a Reply