Thursday, February 16, 2006

Source Code to Solve SuDoKu - Java

This site has been moved to http://www.99applications.com
To download code/application click the following link 99applications.com/java_programs and you can also find many c and c plus plus common programs in C & C++ section


For Sudoku Solver UserInterface click here ...

Sudoku (Japanese: ??, sudoku), also known as Number Place, is a logic-based placement puzzle. The aim of the canonical puzzle is to enter a numerical digit from 1 through 9 in each cell of a 9�9 grid made up of 3�3 subgrids (called "regions"), starting with various digits given in some cells (the "givens"). Each row, column, and region must contain only one instance of each numeral. Completing the puzzle requires patience and logical ability. Although first published in a U. S. puzzle magazine in 1979, Sudoku initially caught on in Japan in 1986 and attained international popularity in 2005.

Basic SudoKu Image...


To know more about SuDoKu, visit the following link..
http://en.wikipedia.org/wiki/Sudoku

Download API & Java Source code of SuDoKu here...

/******************************************************/
Program to Solve Given Basic SuDoKu
Krishnakanth. S
sonikrishnakanth@gmail.com
/******************************************************/
Output Screen


See the source code at SuDoKu.java

Home

No comments:

Post a Comment