sudoku-solver/README.md

7 lines
226 B
Markdown

# Sudoku Solver
Figured it would be fun to try making a sudoku solver. I haven't read
any prior art but once I have something working I might look into
faster mechanisms people have come up with (probably using SAT
solvers).