SUDOKU in JAVA Plz Help

Hi

I want to develop a Java program to solve Sudoku puzzles

My program must be able to:

昍ead in a puzzle (from the predefined file format ?see below)

旸isplay the unsolved puzzle

昐olve the puzzle

旸isplay the solved puzzle

File Format

The file consists of a number of integers.

The first integer signifies the size of the puzzle e.g. a 2 indicates a 4x4 puzzle, a 3 indicates a 9x9 puzzle, a 4 indicates a 16x16 puzzle and so on.

The remaining numbers are one integer for each square of the puzzle (e.g. 81 integers for a 9x9 puzzle) and should be read left to right and top row to bottom row. A zero means that the square is empty. A non-zero indicates the number in that square.

[745 byte] By [Syed_Mohsina] at [2007-11-26 13:28:34]
# 1
> Hi> I want to develop a Java program to solve Sudoku> puzzles> > My program must be able to:>> ...>> non-zero indicates the number in that square.And your question is?
prometheuzza at 2007-7-7 20:31:33 > top of Java-index,Other Topics,Java Game Development...
# 2
http://www.exampledepot.com/egs/Programs/sudoku_solver_SudokuSolver.html
Woogleya at 2007-7-7 20:31:33 > top of Java-index,Other Topics,Java Game Development...
# 3
> And your question is?I believe the question is "Will you do my homework for me?"
es5f2000a at 2007-7-7 20:31:33 > top of Java-index,Other Topics,Java Game Development...
# 4
i will contribute by saying "ROFLMAO."Then I will sit down for a minute and guide you to www.javaalmanac.comThen you will thank me. Or maybe not.Welcome anyway
ArikArikArika at 2007-7-7 20:31:33 > top of Java-index,Other Topics,Java Game Development...