Another Solver

Programs which generate, solve, and analyze Sudoku puzzles

Another Solver

Postby markc » Tue Sep 06, 2005 12:35 pm

Having spent far too long wrestling with a few of the more difficult
puzzles, I decided to write a solver myself. Initially I thought of
using C++, but decided instead to do something a bit different (and
a fair deal more challenging I think) by using SQL. There's no front
end to this (yet), if you want to use it you'll need access to either
SQL Server or Oracle.

http://members.lycos.co.uk/mcowne/SQLSudoku.htm

Next project, a C# front end...
markc
 
Posts: 1
Joined: 06 September 2005

Re: Another Solver

Postby scjurgen » Fri Sep 09, 2005 9:53 am

Very nice...:D

markc wrote:Having spent far too long wrestling with a few of the more difficult
puzzles, I decided to write a solver myself. Initially I thought of
using C++, but decided instead to do something a bit different (and
a fair deal more challenging I think) by using SQL. There's no front
end to this (yet), if you want to use it you'll need access to either
SQL Server or Oracle.

http://members.lycos.co.uk/mcowne/SQLSudoku.htm

Next project, a C# front end...
scjurgen
 
Posts: 4
Joined: 07 September 2005


Return to Software