Vidyalelo
Data Structure · Q135

Binary Search Trees(B Tree)

Programming · Data Structure · question 135

Q135

In a full binary tree if there are L leaves, then total number of nodes N are?

A.
N = 2*L
B.
N = L + 1
C.
N = L - 1
D.
N = 2*L - 1
Answer

Answer: Option D

Solution

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