1.

Is Node A sibling of Node B in the given K-ary tree?(a) True(b) FalseMy question is based upon K-ary Tree topic in chapter Trees of Data Structures & Algorithms II got this question in semester exam.

Answer»

The correct option is (B) False

Easy EXPLANATION - NODE D, Node C are the siblings of Node B while Node A is the parent node of Node B.



Discussion

No Comment Found

Related InterviewSolutions