leix28 / suduku

A simple suduku solver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# 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

About

A simple suduku solver.

License:GNU General Public License v2.0


Languages

Language:C++ 92.3%Language:Makefile 7.7%