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
- Host: GitHub
- URL: https://github.com/jgcmarins/graph-coloring
- Owner: jgcmarins
- License: gpl-2.0
- Created: 2015-10-29T14:17:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T21:02:51.000Z (about 9 years ago)
- Last Synced: 2024-10-18T09:37:05.415Z (over 1 year ago)
- Topics: backtracking-algorithm, college-purpose, cpp, graph-coloring
- Language: C++
- Homepage:
- Size: 143 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)