InterviewSolution
Saved Bookmarks
| 1. |
What is vertex coloring of a graph?(a) A condition where any two vertices having a common edge should not have same color(b) A condition where any two vertices having a common edge should always have same color(c) A condition where all vertices should have a different color(d) A condition where all vertices should have same colorThis question was posed to me in an international level competition.Question is taken from Graph Coloring in portion Graph Coloring of Data Structures & Algorithms II |
|
Answer» The correct answer is (a) A CONDITION where any two vertices having a common EDGE should not have same color |
|