In a full binary tree if number of internal nodes is I, then number of leaves L are?
In a full binary tree if number of internal nodes is I, then number of leaves L are? Correct Answer L = I + 1
Number of Leaf nodes in full binary tree is equal to 1 + Number of Internal Nodes i.e L = I + 1