sudoku-solver/README.md
2022-07-06 21:56:40 +02:00

165 B

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.