An open API service indexing awesome lists of open source software.

https://github.com/jgcmarins/graph-coloring

Graph coloring software that uses backtracking algorithm
https://github.com/jgcmarins/graph-coloring

backtracking-algorithm college-purpose cpp graph-coloring

Last synced: 6 months ago
JSON representation

Graph coloring software that uses backtracking algorithm

Awesome Lists containing this project

README

          

# 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](/LICENSE)