Sudoko solver

Simon Forman rogue_pedro at yahoo.com
Tue Jul 4 04:29:28 EDT 2006


Rony Steelandt wrote:
> Hi all,
>
> I wonder if somebody had a Sudoko solver written in Python ?
>
> Rony

Dude, there's like a million of them.  Try "Sudoko solver Python" in
google.

I wrote one myself based on Knuth's Dancing Links algorithm and using
Tkinter for the gui.  I'll send it to you or post it here if you really
want.  But try google first.  ;-)  there are certainly bound to be
better ones out there.


~Simon




More information about the Python-list mailing list