1.

Which of the following is the name of the node having child nodes?(a) Brother(b) Sister(c) Mother(d) ParentThis interesting question is from 1 topic in portion Trees of Data Structures & Algorithms II have been asked this question in quiz.

Answer»

Correct choice is (d) Parent

The best I can explain: Parent node is the node having CHILD nodes and child nodes MAY contain references to their PARENTS. Parent node is a node CONNECTED by a directed edge to its child.



Discussion

No Comment Found

Related InterviewSolutions