InterviewSolution
Saved Bookmarks
| 1. |
How many unique colors will be required for proper vertex coloring of a bipartite graph having n vertices?(a) 0(b) 1(c) 2(d) nI got this question by my college professor while I was bunking the class.I want to ask this question from Graph Coloring in portion Graph Coloring of Data Structures & Algorithms II |
|
Answer» Right ANSWER is (C) 2 |
|