The number of leaf nodes in a complete binary tree of depth d is
Answers
Answered by
5
2 ^d -1 is the formula to calculate depth
Answered by
1
Answer:
The binary tree which has height K contains ( ) nodes
Explanation:
The binary tree is a tree whose node have two children.each children is designated as either a left child or a right child.
all non terminal nodes have both their children and all leaves in same level
There are utmost nodes at level i+1
The binary tree which has height K contains ( ) nodes
#SPJ3
Attachments:
Similar questions