InterviewSolution
Saved Bookmarks
| 1. |
In a complete k-ary tree, every internal node has exactly k children. The number of leaves in such a tree with n internal nodes is: (GATE CS 2005)(A) nk(B) (n – 1) k+ 1(C) n( k – 1) + 1(D) n( k – 1) |
| Answer» None | |