Question
A programmer needs reasoning about strictly binary branching structures, and the chosen structure has the property that no node has exactly one child. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Full Binary Tree
Explanation:
Full Binary Tree fits because it supports reasoning about strictly binary branching structures and no node has exactly one child.
Both clues point to this choice.
Leave a Reply