The height of a binary tree is the marimum number of edges in any root to leaf path The maximu
binary tree of heighth is:
umber of nodes in a binary tree of height h is
Answers
Answered by
0
Explanation:
The height of a binary tree is the maximum number of edges in any root to leaf path. The maximum number of nodes in a binary tree of height h is:
2h+1-1
Similar questions