Vidyalelo
Data Structure · Q40

Binary Search Trees(B Tree)

Programming · Data Structure · question 40

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.
Answer
B.
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