For binary search trees with no duplicate entries, entries in the right subtree of a node are greater than the entry in the node.

True
  • False

There are no hints for this question