Examveda

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


This Question Belongs to Data Structure >> Trees In Data Structures

Join The Discussion

Related Questions on Trees in Data Structures