Skip to content

subhoghosal7/Graph-Coloring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Graph-Coloring

pSS.cpp is the file to color graph

Compile

g++ -std=c++11 -O3 -o pSS pSS.cpp -lm -lpthread

Run

./pSS <graph_file.col>

Releases

No releases published

Packages

No packages published

Languages