Q6
In a binary search tree (BST), which property is true about the nodes?
A.
All left subtree nodes are less than the root node
B.
All right subtree nodes are less than the root node
C.
All nodes in the right subtree are greater than the root node
AnswerD.
The left and right subtrees are equal
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board