Which of the following is NOT a characteristic of a binary search tree?
-
Left subtree contains only nodes with values less than the root.
-
Right subtree contains only nodes with values greater than the root.
-
Both subtrees must be binary search trees.
-
All nodes must have two children.