Home / Engineering / Data Structure (DS) / Question

M

Mr. Dubey • 51.17K Points
Coach

Q.) In a full binary tree if number of internal nodes is I, then number of leaves L are?

(A) L = 2*I
(B) L = I + 1
(C) L = I – 1
(D) L = 2*I – 1
Correct answer : Option (B) - L = I + 1

Share

Discusssion

Login to discuss.