

InterviewSolution
Saved Bookmarks
1. |
In an n-ary tree, each vertex has at most ______ children.(a) n(b) n^4(c) n*n(d) n-1This question was posed to me during an interview.This key question is from Properties of Tree topic in chapter Trees of Discrete Mathematics |
Answer» Right answer is (a) n |
|