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

The explanation is: Each NODE of K-ary tree contains at most k NODES. While tree with 2 nodes is called Binary tree and tree with 3 nodes is called TERNARY tree.



Discussion

No Comment Found

Related InterviewSolutions