1.

Vertex coloring and chromatic number are one and the same.(a) True(b) FalseThis question was posed to me in exam.This question is from Graph Coloring in chapter Graph Coloring of Data Structures & Algorithms II

Answer»

The correct option is (b) False

To explain: VERTEX coloring of a graph is an assignment of colors to the vertices of a graph such that no TWO ADJACENT vertices have the same color. Whereas chromatic number refers to the minimum number of UNIQUE colors REQUIRED for vertex coloring of the graph.



Discussion

No Comment Found

Related InterviewSolutions