Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 309 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 309 Bytes

graph-coloring

Graph coloring software that uses backtracking algorithm.

This is a college project. For more information, read pdf file.

how to use

to compile

make

to run with brasil.in

make runbrasil

to run with usa.in

make runusa

License

GPL-2.0