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

7 lines
165 B
Markdown

# 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.