Vidyalelo
Data Structure · Q6

Trees in Data Structures

Programming · Data Structure · question 6

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