Question
Which data structure or concept is best described as a binary tree in which all internal nodes have two children and all leaves are at the same depth?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Perfect Binary Tree
Explanation:
Perfect Binary Tree is a binary tree in which all internal nodes have two children and all leaves are at the same depth.
This description distinguishes it from the other choices.
Leave a Reply