This tool tries to find a solution for a given sudoku grid.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adrien fa7857a98e
Rename field to grid because it is more clear and add time spent to find the solution
1 year ago
.gitignore First commit 1 year ago
LICENSE First commit 1 year ago
README.md First commit 1 year ago
go.mod First commit 1 year ago
main.go Rename field to grid because it is more clear and add time spent to find the solution 1 year ago

README.md

sudoku-solver

This tool tries to find a solution for a given sudoku grid.