Page 1 of 1

Sudoku Solver

Posted: Mon Oct 29, 2018 9:03 am
by Bukster
I read an algorithm to solve Sudoku a few weeks ago and couldn't resist having a go at programming it. I see somebody else has already done a much better version with sudoku generation and many other features. So I'm not the first, but here's my effort.

Type in your clue numbers (displayed in inverse text). Hit S to solve. Instructions appear on screen. I've tested it with a number of sudoku puzzles including unsolvable ones and it solves or rejects them if they can't be solved.

Have fun. Let me know if there are any bugs I haven't found yet.
Sudoku Solver 281018.p
(2.85 KiB) Downloaded 279 times

Re: Sudoku Solver

Posted: Sat Jan 05, 2019 3:48 pm
by iturbez
WOW!
Exciting program!
Testing now!
Thanks