This project contains some very old code that does not reflect my standards anymore. I will be leaving the project in an archived state in case it is still useful to someone.
This project shows 3 different map coloring methods as well as 2 path-finding methods on a map along with their measured performance.
Coloring methods:
- Min-Conflicts
- Backtracking
- Backjumping
Path-finding methods:
- Best-First
- A*
- Download the
Release
folder. - Double-click
map.exe