In a full binary tree if number of internal nodes is I, then number of nodes N are?

Q & ACategory: Data StructureIn a full binary tree if number of internal nodes is I, then number of nodes N are?
Admin Staff asked 4 years ago

In a full binary tree if number of internal nodes is I, then number of nodes N are?
a) N = 2*I
b) N = I + 1
c) N = I – 1
d) N = 2*I + 1

1 Answers
Admin Staff answered 4 years ago

d) N = 2*I + 1