1.

Which type of graph has all the vertex of the first set connected to all the vertex of the second set?(a) Bipartite(b) Complete Bipartite(c) Cartesian(d) PieThis question was addressed to me during an interview.Question is taken from Bipartite Graphs in portion Bipartite Graphs of Data Structures & Algorithms II

Answer»

Correct choice is (b) Complete Bipartite

For explanation: The graph is known as Bipartite if the graph does not contain any ODD LENGTH cycle in it. The complete bipartite graph has all the vertex of first SET CONNECTED to all the vertex of SECOND set.



Discussion

No Comment Found

Related InterviewSolutions