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
D. The left and right subtrees are equal
Answer: Option C
Join The Discussion