Question: Which of the following is NOT a property of a binary tree?
Options:
Correct Answer: The left child is always less than the parent
Solution:
The property that the left child is always less than the parent is specific to binary search trees, not all binary trees.