I wrote a sudoku solving program

Programs which generate, solve, and analyze Sudoku puzzles

I wrote a sudoku solving program

Postby fremgenc » Thu Nov 06, 2008 4:20 pm

So the title says it all. I also looked up the hardest sudoku puzzle and my program solved it in <1 second. It also generates every possible puzzle solution from a given puzzle.

I was wondering if there are other programs out there like this, or if this could be of any use to you guys.

The interface is sweet too.

throw me an email - fremgenc@gmail.com

Thanks guys
fremgenc
 
Posts: 1
Joined: 06 November 2008

Postby Glyn » Thu Nov 06, 2008 5:44 pm

fremgenc Welcome to the forum and well done in implementing a solver. There are a fair number of solvers around. I'm assuming that as yours detects multiple solutions there is some backtracking feature there.

Just a point: Do you want to have your email address on the page? I suggest inviting members to PM you. I'll let you decide.
Glyn
 
Posts: 357
Joined: 26 April 2007


Return to Software