1.

Can leaf node be called child node in a K-ary tree?(a) True(b) falseMy query is from K-ary Tree in division Trees of Data Structures & Algorithms IThis question was posed to me during an interview.

Answer»

Right answer is (a) True

Explanation: Leaf node is a node that has no CHILD. Since Leaf node will always be the node on the last level of k-ary TREE, so it can be called child node of given PARENT node in K-ary tree.



Discussion

No Comment Found

Related InterviewSolutions