International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 182 - Number 38 |
Year of Publication: 2019 |
Authors: Ajay Narayan Shukla, M. L. Garg |
10.5120/ijca2019918394 |
Ajay Narayan Shukla, M. L. Garg . A Novel Approach to Solve Graph Colouring Problem. International Journal of Computer Applications. 182, 38 ( Jan 2019), 26-28. DOI=10.5120/ijca2019918394
Given an undirected graph G= (V, E), the graph coloring problem consist in assigning a color to each vertex in such a manner that two adjacent vertex have assigned different colors. The processes of assigning the colors in the graph will done in a manner such that that the total number of different colors used is minimum. Most of the existing algorithms generally deal this problem by taking consideration above constraint during assigning the color to vertices in the graph, but some time above color assignment constraints creates some other implicit constraints which increases the complexity of the algorithms. In this paper we propose an algorithm for graph coloring problem which assign the colors to vertices of the graph with minimum number of colors and without creating any other additional constraints during color assignment that required to be handled explicitly.