Question
Which data structure or concept is best described as a binary tree where every node has either zero or two children?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Full Binary Tree
Explanation:
Full Binary Tree is a binary tree where every node has either zero or two children.
This description distinguishes it from the other choices.
Leave a Reply