The minimum no of nodes in a binary tree of depth d is
Answers
Answered by
2
A binary tree can have maximum of twochildren, but not more. Here its asking the minimum, hence we will consider only one node at each level. Hence for the depth of d, we need d + 1 nodes.
Similar questions
English,
7 months ago