Q39
In a complete binary tree, which property holds true?
A.
All levels are completely filled except possibly the last level, which is filled from left to right.
AnswerB.
All nodes have exactly two children.
C.
The tree is perfectly balanced.
D.
All nodes have only one child.
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board