Thursday, July 9, 2009

Sudoku Solver

This java program can solve easy to medium Sudoku problems.
The program was written using java and netbeans IDE was used to create the GUI.

click here to download Main.java

click here to download Solution.java (this file contains the actual code for solving the problem)

click here to download Sudoku.java (contains code generated to create GUI).

click here to download Sudoku.jar (this jar file requires java 1.6 installed on your computer to run)

No comments: