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.
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
Join The Discussion