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

True
  • False

There are no hints for this question.