1.

How many top trees are there in a tree with single vertex?(a) 0(b) 1(c) 2(d) 3I'm obligated to ask this question of Binary Trees topic in division Binary Trees of Data Structures & Algorithms II got this question in examination.

Answer»

The CORRECT OPTION is (a) 0

The best EXPLANATION: Tree having a single vertex has no clusters of tree present in the structure. Therefore, there are empty top trees in a tree having a single vertex. Trees with one NODE are single node.



Discussion

No Comment Found

Related InterviewSolutions