Computer Science, asked by Ramziii2489, 1 year ago

The minimum no of nodes in a binary tree of depth d is

Answers

Answered by Akhilrajput1
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