This paper is published in Volume-2, Issue-5, 2016
Area
Graphs
Author
Ridhi Jindal, Meena Rani
Org/Univ
RBU, Mohali, India
Paper ID
V2I5-1164
Publisher
Keywords
Graph, color, vertices, edges.

Citationsacebook

IEEE
Ridhi Jindal, Meena Rani. Graph Coloring and Its Implementation, International Journal of Advance Research, Ideas and Innovations in Technology, www.IJARIIT.com.

APA
Ridhi Jindal, Meena Rani (2016). Graph Coloring and Its Implementation. International Journal of Advance Research, Ideas and Innovations in Technology, 2(5) www.IJARIIT.com.

MLA
Ridhi Jindal, Meena Rani. "Graph Coloring and Its Implementation." International Journal of Advance Research, Ideas and Innovations in Technology 2.5 (2016). www.IJARIIT.com.

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.