08-30-2025, 10:02 AM
I've also not seen a working Soduku solver in SB.
I don't know what you have so far, but I guess the first part is to program the rules so that any grid can be tested and inconsistencies found.
Then code so that each blank square can find its possible values and go from there.
Also some way to get a starting grid in easily would be good, like a simple file format to read.
As you go I'm sure the community will chip in with ideas...
I don't know what you have so far, but I guess the first part is to program the rules so that any grid can be tested and inconsistencies found.
Then code so that each blank square can find its possible values and go from there.
Also some way to get a starting grid in easily would be good, like a simple file format to read.
As you go I'm sure the community will chip in with ideas...

