Question: Which of the following is NOT a characteristic of a binary tree?
Options:
Correct Answer: All nodes have the same number of children
Solution:
In a binary tree, not all nodes have to have the same number of children; some can have zero, one, or two children.