src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
Sudoku Solver
This program can find solutions to Sudoku.
It uses an heuristic search algorithm to optimize a random initial solution.
Also the code is very bad.
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
This program can find solutions to Sudoku.
It uses an heuristic search algorithm to optimize a random initial solution.
Also the code is very bad.