Question: Which of the following is NOT a characteristic of a binary search tree (BST)?
Options:
Correct Answer: All nodes must have two children.
Solution:
A binary search tree does not require all nodes to have two children; it can have zero, one, or two children.