InterviewSolution
Saved Bookmarks
| 1. |
How many child nodes does each node of K-ary Tree contain?(a) 2(b) 3(c) more than k(d) at most kOrigin of the question is K-ary tree topic in division Trees of Data Structures & Algorithms II have been asked this question in an online interview. |
|
Answer» Correct option is (d) at most K |
|