Question: How many leaf nodes can a binary tree with n internal nodes have?
Options:
Correct Answer: n + 1
Solution:
A binary tree with n internal nodes can have n + 1 leaf nodes.