Question: Which of the following is a characteristic of a complete binary tree?
Options:
Correct Answer: All levels are fully filled except possibly the last
Solution:
A complete binary tree is defined as one where all levels are fully filled except possibly the last, which is filled from left to right.