16
GB
Height of perfect binary tree with 15 nodes?
IN
15 नोड्स वाले पूर्ण बाइनरी ट्री की ऊंचाई?
A
2
2
B
3
3
C
4
4
D
5
5
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English)
2^(h+1)-1=15 → 2^(h+1)=16 → h+1=4 → h=3.
व्याख्या (हिन्दी)
2^(h+1)-1=15 → 2^(h+1)=16 → h+1=4 → h=3.