sudoku-solver/README.md

7 lines
165 B
Markdown
Raw Normal View History

2022-07-06 19:56:40 +00:00
# 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.