1.

Which graph is also known as biclique?(a) Histogram(b) Complete Bipartite(c) Cartesian(d) TreeThis question was posed to me in an interview for job.This is a very interesting question from Bipartite Graphs in portion Bipartite Graphs of Data Structures & Algorithms II

Answer»

The correct ANSWER is (b) COMPLETE BIPARTITE

Easy explanation - A graph is KNOWN as complete bipartite graph if and only if it has all the vertex of FIRST set connected to all the vertex of second set. Complete Bipartite graph is also known as Biclique.



Discussion

No Comment Found

Related InterviewSolutions