How many child nodes does each node of K-ary Tree contain?
(a) 2
(b) 3
(c) more than k
(d) at most k
Origin of the question is K-ary tree topic in division Trees of Data Structures & Algorithms I
I have been asked this question in an online interview.