

This way 1-dimensional arrays can be used, thereby benefitting paralleliation.

The problem statement is as follows:Īn undirected graph G is a set of vertices V and a set of edges E. We deal with a special case of graph coloring called " Vertex Coloring".

In general, graph coloring can refer to conditionally labelling any component of a graph such as its vertices or edges. Parallel Graph Coloring with Cuda C++ Introduction
