Question
Which data structure or concept is best described as a binary tree whose levels are full except possibly the last, which is filled left to right?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Complete Binary Tree
Explanation:
Complete Binary Tree is a binary tree whose levels are full except possibly the last, which is filled left to right.
This description distinguishes it from the other choices.
Leave a Reply