Question: In a binary tree, if a node has two children, how many leaf nodes can it have at maximum?
Options:
Correct Answer: 3
Solution:
If a node has two children, it can lead to a maximum of 3 leaf nodes in its subtree, assuming each child has at least one leaf.