Jump to content

Sudoku solver


Mat
 Share

Recommended Posts

Simple sudoku solver using 3 methods (One of which isn't needed, as the second can do the same as the first, plus a bit more, the reason its in there is for speed). Basically aims to be as easy to use as possible, as a result, the interface is very basic, as is the functions. I have tried (and succeeded!!) in solving hard sudokus on this site, and it completed it easily enough... It can't do evils or extremes, as both of these need guesswork (not 100% sure about that statement).

I'm going to treat this as a long term project and add in extra methods when I decide I want to. If anyone wants to use some of that stuff between their ears then you are welcome to help out. Just make sure you read my code, and give me something that fits in with my method. Posting general ideas on theory is not necessary, with the amount of reading I have done, I probably already know it :). Unlike many solvers, mine does not work by canceling out what can't be used, instead going for the more human method of working out what is garunteed to go where.

The zip (source, exe, helpfile)

MDiesel

Edited by Mat
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...