The minimum number of nodes in a binary tree of height h is ________.
- h+1
- qXR / CAD4TB
- Platform
- Parameter
Answer: h+1
Minimum nodes occur in a skewed tree (each node has only one child): height h has h+1 nodes. Maximum nodes in a perfect binary tree of height h is 2^(h+1)-1. Understanding tree properties is essential for algorithm analysis questions in technical government exams.