InterviewSolution
Saved Bookmarks
| 1. |
What will be the chromatic index for a complete graph having n vertices (consider n to be an even number)?(a) n(b) n + 1(c) n – 1(d) 2n + 1The question was asked during an interview for a job.The above asked question is from Graph Coloring in portion Graph Coloring of Data Structures & Algorithms II |
|
Answer» Correct option is (C) N – 1 |
|