Computer Science, asked by Ajaythakut4797, 10 months ago

Given a binary tree with 27 nodes. Calculate the number of null branches

Answers

Answered by gauravsharmatech
0

Answer:

If the tree has 5 nodes then it has 6 null branches. ie5+1. In general a binary tree with n nodes has exactly n+1 null nodes. So 20 nodes has 21 null branches.

hope you get it...

Similar questions