1.

How many edges are present in Edge cluster?(a) 0(b) 1(c) 2(d) 4This intriguing question originated from Binary Trees topic in portion Binary Trees of Data Structures & Algorithms IThis question was posed to me during an internship interview.

Answer»

Correct answer is (B) 1

For explanation: A cluster containing only single edge is known as Edge cluster. So there are in total 1 edge present in edge cluster. Cluster in data STRUCTURE is defined as the subtree that is CONNECT having maximum of 2 vertices known as BOUNDARY Vertices.



Discussion

No Comment Found

Related InterviewSolutions