Backtracking Solver for Sudoku Games
The solver expects a txt file, where the numbers are printed on one line in row-major format. An empty cell is indicated by an '.' character. An example game is found in games/game_0.txt
- Build:
make all - Run:
./build/main games/game_0.txt