1.

How many child nodes does each node of Ternary Tree contain?(a) 4(b) 6(c) 5(d) 3The above asked question is from 1 topic in portion Trees of Data Structures & Algorithms II have been asked this question during an interview.

Answer»

Correct choice is (d) 3

The best I can explain: Each NODE of Ternary tree contains at most 3 nodes. So Ternary tree can have 1, 2 or 3 CHILD nodes but not more than that.



Discussion

No Comment Found

Related InterviewSolutions