in Programming in C
314 views
0 votes
0 votes
A 3-ary tree is a tree in which every internal node has exactly 3 children. Use induction to prove that the number of leaves in a 3-ary tree with n interval nodes is 2(n-1)+3.
in Programming in C
314 views

2 Comments

@Vaishnavi01

did you want just proof or especially Induction proof?

if you want especially induction proof, but why ? ( i mean in GATE, they didn't ask descriptive questions )

0
0
but correct answer is  : $\frac{2 n + 1}{3}$
0
0

Please log in or register to answer this question.

Related questions