Q36
In a Binary Search Tree (BST), which of the following is true for any node's left subtree?
A.
All nodes in the left subtree are smaller than the node itself.
AnswerB.
All nodes in the left subtree are larger than the node itself.
C.
The left subtree contains nodes with equal values.
D.
The left subtree is always empty.
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board