Graph Coloring DA-1341572615794729
Graph Coloring DA-1341572615794729
Abitha D
1st M.Sc Comp Sci
Let G be a graph and m be a given positive integer.
We want to discover whether the nodes of G can be
colored in such a way that no two adjacent nodes have
the same color yet only m colors are used.
M-Colorability Problem:
The colors can be given, just we want to know whether
the graph can be colored by using these colors.
We just know whether the graph can be colored or not
by using the given colors.
This problem is known as m-colorability decision
problem.
M-Colorability Optimization Problem:
We define one more problem, if a graph G is given,
we want to know minimum how many colors required
for coloring the graph.
This problem is known as m-colorability optimization
problem.
Note:
If d is the degree of the given graph, then it can be colored with
d+1 colors.
The
The four color theorem states that any planar map can
be colored with at most four colors.