1.

Which property makes top tree a binary tree?(a) Nodes as Cluster(b) Leaves as Edges(c) Root is Tree Itself(d) All of the mentionedAsked question is from Binary Trees topic in portion Binary Trees of Data Structures & Algorithms II had been asked this question in examination.

Answer»

Correct answer is (d) All of the mentioned

The best I can explain: TOP tree can be considered as a binary tree if the nodes form a CLUSTER, LEAVES ACT as an EDGE and the root of the top tree acts as a tree itself. Then the top tree is called binary tree.



Discussion

No Comment Found

Related InterviewSolutions