A progrm that solves the vertex coloring problem for any given graph, and also displays the graph along with the colors using C++ graphics.
OS - Linux
g++ installed
Open terminal in your local working directory and type the code:
g++ gtry2.cpp -lgraph
./a.out