1.

A graph is found to be 2 colorable. What can be said about that graph?(a) The given graph is eulerian(b) The given graph is bipartite(c) The given graph is hamiltonian(d) The given graph is planarI have been asked this question in semester exam.My enquiry is from Bipartite Graphs in portion Bipartite Graphs of Data Structures & Algorithms II

Answer»

Correct option is (b) The given graph is bipartite

The best I can explain: A graph is said to be colorable if two vertices connected by an EDGE are never of the same COLOR. 2 colorable MEAN that this can be ACHIEVED with just 2 COLORS.



Discussion

No Comment Found

Related InterviewSolutions