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