Friday, November 21, 2008

Sudoku Puzzle

What is Sudoku?
Sudoku is a Number Puzzle.It is based upon Japanese style crosswords where you are required to use logic to place numbers onto a 9x9 grid.

Rules
To solve the puzzle you must make sure that every column, row and 3x3 box contains the numbers 1 through to 9.
Almost all of the puzzles can be solved using logic alone and there is no need to guess.People have developed a range of methods and tactics in order to solve the puzzles.

So I developed program to solve Sudoku puzzle. Puzzle solving algorithm contain Cross-hatching and back tracking technique.



C#
Free Download Sudoku Puzzle .exe

Free Download Sudoku Puzzle SRC

Java
Free Download Sudoku Puzzle .jar

Free Download Sudoku Puzzle SRC

No comments: