Question: Which of the following is NOT a characteristic of a binary search tree?
Options:
Correct Answer: All nodes must have two children.
Solution:
In a binary search tree, it is not necessary for all nodes to have two children; some nodes can have one or no children.