Smartmind
.global
To form a complete binary tree with height 'h', what is the minimum required number of nodes?
2^h - 1
2^(h+1) - 1
2^h
2^(h-1)
Software Engineering Exercises are loading ...