what is the minimum possible depth of a d-ary tree ? In d-ary tree, each node has at most d children
Answers
Answered by
3
The minimum possible depth should be
Where, n is the number of nodes in a d-ary tree.
Similar questions