The number of nodes in a complete binary tree of level 5 is
Answers
Answered by
0
in a complete binary tree of n nodes is (n+1), where only 1 node exists in bottom-most level to the far left.
Answered by
0
Answer:
63
Explanation:
We have to use the formula to caluculate the number of nodes in a complete binary tree. where, n is the number of levels. So, here goes the answer,
Similar questions