/sudoku

Sudoku

Primary LanguageJava

sudoku

This program can solve a Sudoku puzzle (See http://en.wikipedia.org/wiki/Sudoku for rule, if you do not know the game)
The Input of the puzzle is from standard Input (See Section 1 below)
The output of the puzzle will be to standard output (See Section 2 below)

USAGE

Windows:
runjar.bat

Linux:
runjar.sh

For developers, (if you want to change the code, the script gonna re-package and run the application)

Windows:
runmvn.bat

Linux:
runmvn.sh


Section 1 - Input example

53xx7xxxx
6xx195xxx
x98xxxx6x
8xxx6xxx3
4xx8x3xx1
7xxx2xxx6
x6xxxx28x
xxx419xx5
xxxx8xx79
Section 2 - Output Example

534678912
672195348
198342567
859761423
426853791
713924856
961537284
287419635
345286179