Vidyalelo
Data Structure · Q155

Binary Search Trees(B Tree)

Programming · Data Structure · question 155

Q155

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board