Jindal Ridhi and Rani Meena; International Journal of Advance Research, Ideas and Innovations in Technology.
© 2016, IJARIIT All Rights Reserved Page | 1
ISSN: 2454-132X
(Volume2, Issue5)
Available online at: www.Ijariit.com
Graph Coloring and its Implementation
Ridhi Jindal
*
Meena Rani
[email protected] [email protected]
Abstract— Graph coloring is an important concept in graph theory. It is a special kind of problem in which we have
assign colors to certain elements of the graph along with certain constraints. Suppose we are given K colors, we have
to color the vertices in such a way that no two adjacent vertices of the graph have the same color, this is known as
vertex coloring, similarly we have edge coloring and face coloring. The coloring problem has a huge number of
applications in modern computer science such as making schedule of time table , Sudoku, Bipartite graphs , Map
coloring, data mining, networking. In this paper we are going to focus on certain applications like Final exam
timetabling, Aircraft Scheduling, guarding an art gallery.
Keywords— Graph, Color, Vertices, Edges.
I. INTRODUCTION OF GRAPH COLORING
Graph Coloring is one type of a Graph Labeling or you can say it is a sub branch of Graph Labeling i.e. it is a special
case of it. In graph coloring we assign the labels to the elements of a graph based on some constraints or conditions. The
label is actually color. In graph labeling usually we give the integer number to an edge, or vertex, or to both i.e. to an
edge and to a vertex of a graph. Similarly, in graph theory, we use some colors to label the edges or vertices. But there
are some restrictions on using colors. The problem is, if we have n colors, then we have to find a way for coloring
vertices such that no two adjacent vertices have the same color. There exists some other graph coloring problems also,
for example, Edge Coloringand Face coloring. In edge coloring, not a single vertex is connected to two edges which are
having same color. And face coloring is related to Geographical map coloring. Edge coloring and face coloring problems
can be transmitted to vertex coloring. A way of using colors initiated from coloring to the countries of a map. Where
each surface is literally colored.
Definition of Chromatic Number: A graph G= (V, E) is k-colorable if there is exist a function c: V Æ {1, 2, … , k} (the
coloring function) so that if (a,b) OEE, then c(a) ! c(b) — that is, adjacentnodes must have“different colors”. The
smallest number k so that G is k-colorable is called the chromatic number of G, written c(G).The lesser amount of
colors needed to color a graph is known as its chromatic number. The following graph is an example of graph coloring
with chromatic number. This is an example of graph coloring whose chromatic number is 3.
Fig: Chromatic Graph
The chromatic number of complete graph on ‘n’ nodes, kn, has every possibly edge. Therefore its chromatic number is c
(Kn) = n. For every tree T, c(T) = 2. The graphs, say graphs G with chromatic number is 1 (c(G) = 1) are the graphs