Computer Science, asked by mysticsphere2997, 10 months ago

In a full binary tree if number of internal nodes is i, then number of leaves l are?

Answers

Answered by choudhary21
9

Explanation:

Fact: The minimum number of nodes in a binary tree of height h = h + 1. Proof: The binary tree of height h with the minimum number of nodes is a tree where each node has one child:

Fact: The maximum number of nodes in a binary tree of height h = 2h+1 − 1. Proof: The perfect binary tree has the maximum number of nodes.

Answered by RAthi21
1

hello!

_____

we can say that a full binary tree with N leaves contains 2N - 1 nodes.

how to calculate:-.

Total number of nodes in a full binary tree = Number of non-leaf nodes + Number of leaf nodes

Similar questions