Sudoku Programmers Forum Index

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log inLog in          Games  Calendar

Log in to check your private messagesLog in to check your private messages   

Simple sudoku solver

 
Post new topic   Reply to topic    Sudoku Programmers Forum Index -> Programming sudoku
View previous topic :: View next topic  
Author Message
daboo

Joined: 05 Nov 2005
Posts: 3
:

Items
PostPosted: Sat Nov 05, 2005 1:55 pm    Post subject: Simple sudoku solver Reply with quote

Hi

I've created a Sudoku solver. I focused my work on simplicity --and design!.

The interface is Html based you sovle easily any Sudoku. I think the plus I've added to existing solver is the ability to solve just one cell. That can be useful if you just want to have a clue in your puzzle.

Url is: http://www.ask-sudoku.com

The methods use a tree to solve the puzzle. First I list all possible solution for each cell. Then I make a decision in the best cell and continue until I get block. Then go back into the tree and explore other available solutions until finding the working one.

I someone is interested I can give the solving code. It's written in java and is really simple.

I may add more functionnality if you can think about killer feature. Just contact me. I am really open to any feedback (I'd be open to correct my spelling mistake...).

Daboo
Back to top
View user's profile Send private message
daboo

Joined: 05 Nov 2005
Posts: 3
:

Items
PostPosted: Mon Nov 28, 2005 9:19 pm    Post subject: Reply with quote

I reply to myself.

I've recently supply the source code used to solve puzzle. It's in Java and quiet simple but work very well. I hope you'll find it interesting.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Sudoku Programmers Forum Index -> Programming sudoku All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Sudoku Programmers topic RSS feed 


Powered by phpBB © 2001, 2005 phpBB Group

Igloo Theme Version 1.0 :: Created By: Andrew Charron