InterviewSolution
Saved Bookmarks
| 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 |
|