Sudoku Solver (JDoku) |
|
|
The idea is that, put in pencil 1-9 in each empty square. Then go
through the grid, if you find a non-empty square, delete this value
from the box, row, col corresponding to that square. This is the first logic.
The idea for other logic came, when I was browsing
the net, when i came across this site
Initially this program was in C language. Later in july 2009 when I went back
home after my summer course in LNM IIT. Bhaskar (My friend in Mumbai) had learned
GUI programming in java( yes, its JavaSwing). I would it would be a good Idea to
convert the program into java. Then he made a GUI interface. And the result is JDoku.
(yes, its the name!!).
You can download the software source code, from here Download SwingSudoku
|
|