Vidyalelo
Data Structure · Q29

Trees in Data Structures

Programming · Data Structure · question 29

Q29

What is the maximum number of nodes at level L of a binary tree?

A.
2L
Answer
B.
2(L+1)
C.
2(L-1)
D.
2(L+2)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board