1.

How many unique colors will be required for proper vertex coloring of a complete graph having n vertices?(a) 0(b) 1(c) n(d) n!I had been asked this question in class test.This intriguing question comes from Graph Coloring topic in division Graph Coloring of Data Structures & Algorithms II

Answer»

The correct answer is (C) n

The BEST explanation: A complete GRAPH is the one in which each vertex is directly connected with all other vertices with an edge. So the number of UNIQUE colors required for proper coloring of the graph will be n.



Discussion

No Comment Found

Related InterviewSolutions