Sudoku solver: reduction + brute force

ago xivulon at gmail.com
Fri Jan 13 19:00:45 EST 2006


Inspired by some recent readings on LinuxJournal and an ASPN recipe, I
decided to revamp my old python hack... The new code is a combination
of (2) reduction methods and brute force and it is quite faster than
the
ASPN program. If anyone is interested I attached the code in
http://agolb.blogspot.com/2006/01/sudoku-solver-in-python.html




More information about the Python-list mailing list