Data Structure - Programming Language (MCQ) questions for Q. 7929
Q. Which of the following statements is true for Binary search Trees?- Published on 25 Aug 15a. The left subtree of a node contains only nodes with keys less than the node's key.
b. The right subtree of a node contains only nodes with keys greater than the node's key.
c. Both a and b above
d. Both left and right subtree nodes contains only nodes with keys less than the node's key.
ANSWER: Both a and b above