1.

Can leaf node be called child node in a ternary tree?(a) True(b) FalseI would like to ask this question from Ternary Tree topic in division Trees of Data Structures & Algorithms II have been asked this question in my homework.

Answer»

The correct option is (a) True

The best explanation: Leaf NODE is a node that has no child. SINCE Leaf node will ALWAYS be the node on the last level of ternary TREE, so it can be CALLED child node of given parent node in ternary tree.



Discussion

No Comment Found

Related InterviewSolutions