1
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
Johann150 39cd50e8fb
format code 2023-10-08 23:28:12 +02:00
Johann150 38157d7b5e
make the solver more generic
The solver is now not specific to Sudoku but pretty much any game where
a set of square tiles needs to be filled according to a specific rule.

Since it is not specific to Sudoku any more, it is a bit less performant,
but that is not a big issue in my use case, so is fine.
2023-10-08 21:25:56 +02:00
Johann150 4e1b5d7b05
add cargo files 2023-02-09 23:38:09 +01:00
Johann150 cf1f4cfdcd add code 2023-02-09 21:59:25 +00:00
Johann150 db3bb87e9e Initial commit 2023-02-09 21:58:53 +00:00