Q40
Which property is true for a Binary Search Tree (BST) that is also a perfect binary tree?
A.
All levels are fully filled, and all leaves are at the same level.
AnswerB.
The height of the tree is minimal.
C.
The tree contains only leaf nodes.
D.
All nodes have exactly two children.
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board