SuDoku-X Solver

  • Thread starter Thread starter CyberDean
  • Start date Start date
C

CyberDean

I have written a sudoku solver in ruby that finds all solutions using
logic instead of tree-search. Puzzles upto 35x35! are solved as well as
the new sudoku-x puzzles that have two extra diagonal constraints.
Anyone interested is welcome to download it at RubyForge
http://rubyforge.org/projects/ sudoku-x/
NB You will need the ruby interpreter to run it which is also free at
the same site.
 
I have written a sudoku solver in ruby that finds all solutions using
logic instead of tree-search. Puzzles upto 35x35! are solved as well as
the new sudoku-x puzzles that have two extra diagonal constraints.
Anyone interested is welcome to download it at RubyForge
http://rubyforge.org/projects/ sudoku-x/
NB You will need the ruby interpreter to run it which is also free at
the same site.


Works better with this URL ;-)
http://rubyforge.org/projects/sudoku-x


/CoMa
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top