InterviewSolution
Saved Bookmarks
| 1. |
How many unique colors will be required for proper vertex coloring of an empty graph having n vertices?(a) 0(b) 1(c) 2(d) nThe question was asked at a job interview.The above asked question is from Graph Coloring topic in section Graph Coloring of Data Structures & Algorithms II |
|
Answer» The correct choice is (b) 1 |
|