Skip to content

A program that solves the vertex coloring problem for any given graph, and also displays the graph along with the colors using C++ graphics.

Notifications You must be signed in to change notification settings

aachman22/graph_coloring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Graph Coloring

A progrm that solves the vertex coloring problem for any given graph, and also displays the graph along with the colors using C++ graphics.

Requirements:

OS - Linux
g++ installed

To run:

Open terminal in your local working directory and type the code:

g++ gtry2.cpp -lgraph

./a.out

About

A program that solves the vertex coloring problem for any given graph, and also displays the graph along with the colors using C++ graphics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages