Solver written in python

Programs which generate, solve, and analyze Sudoku puzzles

Solver written in python

Postby Zanthras » Tue Aug 06, 2013 3:46 am

Ive been working on a solver as a way to teach myself python, it finally has enough solving strats to not be completely useless so I figured I would share. Any feedback is welcome.

Solver working:
http://img189.imageshack.us/img189/4461/nrkm.png

Source:
https://github.com/Zanthras/Sudoku-Solver
Zanthras
 
Posts: 1
Joined: 06 August 2013

Re: Solver written in python

Postby denis_berthier » Mon Aug 12, 2013 4:09 am

Zanthras wrote:Ive been working on a solver as a way to teach myself python, it finally has enough solving strats to not be completely useless so I figured I would share. Any feedback is welcome.

Solver working:
http://img189.imageshack.us/img189/4461/nrkm.png

Source:
https://github.com/Zanthras/Sudoku-Solver


Hi Zanthras,

You may be disappointed to get no answer, but there are already many solvers with source code available. Some are very fast, some implement lots of different techniques, ...
Could you explain shortly what's special in yours?
denis_berthier
2010 Supporter
 
Posts: 3972
Joined: 19 June 2007
Location: Paris


Return to Software