1.

Maximum number of nodes in a binary tree with height k, where root is height 0, is

A. 2k 1
B. 2k+1 1
C. 2k-1 + 1
D. 2k 1
Answer» C. 2k-1 + 1


Discussion

No Comment Found