InterviewSolution
Saved Bookmarks
| 1. |
What is a chromatic index?(a) The maximum number of colors required for proper edge coloring of graph(b) The maximum number of colors required for proper vertex coloring of graph(c) The minimum number of colors required for proper vertex coloring of graph(d) The minimum number of colors required for proper edge coloring of graphThis question was posed to me in a national level competition.The query is from Graph Coloring in section Graph Coloring of Data Structures & Algorithms II |
|
Answer» The CORRECT choice is (d) The minimum number of colors REQUIRED for proper EDGE coloring of graph |
|