International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 182 - Issue 38 |
Published: Jan 2019 |
Authors: Ajay Narayan Shukla, M. L. Garg |
![]() |
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
@article{ 10.5120/ijca2019918394, author = { Ajay Narayan Shukla,M. L. Garg }, title = { A Novel Approach to Solve Graph Colouring Problem }, journal = { International Journal of Computer Applications }, year = { 2019 }, volume = { 182 }, number = { 38 }, pages = { 26-28 }, doi = { 10.5120/ijca2019918394 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2019 %A Ajay Narayan Shukla %A M. L. Garg %T A Novel Approach to Solve Graph Colouring Problem%T %J International Journal of Computer Applications %V 182 %N 38 %P 26-28 %R 10.5120/ijca2019918394 %I Foundation of Computer Science (FCS), NY, USA
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.