/suduku

A simple suduku solver.

Primary LanguageC++GNU General Public License v2.0GPL-2.0

# suduku
A simple suduku solver.

Warning: The program is tested under OS X 10.10 Yosemite, but it probably works under other operating systemsß. 

--------------

##Compile
- For Unix/Linux/OSX
	make
- For Windows
	mingw32-make

--------------

##Use
- screen I/O
./bin/suduku 

- file I/O
./bin/suduku [input file name] [output file name]
Example: ./bin/suduku input.txt output.txt
There should be exactly two file names with no special characters like SPACE or TAB.

--------------

Leonard Xu © All right reserved