4,189 views

1 Answer

Best answer
9 votes
9 votes

Answer will be 4) d + 1

Notice that its just a binary tree. A binary tree can have maximum of two children, 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.

For example consider this tree. Each and every node 1 child. 

selected by
Answer:

Related questions

1 votes
1 votes
2 answers
2
go_editor asked Jul 20, 2016
4,558 views
The efficient data structure to insert/delete a number in a stored set of number isQueueLinked listDoubly linked listBinary tree