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