This tool tries to find a solution for a given sudoku grid.
Go to file
adrien fa7857a98e
Rename field to grid because it is more clear and add time spent to find the solution
2022-03-02 00:15:57 +01:00
.gitignore First commit 2022-03-02 00:05:35 +01:00
LICENSE First commit 2022-03-02 00:05:35 +01:00
README.md First commit 2022-03-02 00:05:35 +01:00
go.mod First commit 2022-03-02 00:05:35 +01:00
main.go Rename field to grid because it is more clear and add time spent to find the solution 2022-03-02 00:15:57 +01:00

README.md

sudoku-solver

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