What is the maximum number of nodes at level L of a binary tree?
A. 2L
B. 2(L+1)
C. 2(L-1)
D. 2(L+2)
Answer: Option A
Related Questions on Trees in Data Structures
A. Inorder
B. Preorder
C. Postorder
D. Level-order
A. 2L
B. 2(L+1)
C. 2(L-1)
D. 2(L+2)
Answer: Option A
A. Inorder
B. Preorder
C. Postorder
D. Level-order
Join The Discussion