In a full binary tree if there are L leaves, then total number of nodes N are?
In a full binary tree if there are L leaves, then total number of nodes N are? Correct Answer N = 2*L – 1
The relation between number of nodes(N) and leaves(L) is N=2*L-1.