Question: Which of the following is NOT a property of a binary search tree?
Options:
Correct Answer: All nodes are at the same level
Solution:
In a binary search tree, all nodes are not required to be at the same level; this is not a property of BSTs.