aben20807 / sudoku_DLX

use for recording - solve sudoku by using DLX ( Dancing Links and Algorithm X )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This program used DLX to solve sudoku

Because of Makefile, can compile by using "make" command

There are 3 test files :
test0.in : no solution
testH.in : only one solution
testW.in : more than one solution

Can use "<" to input file into program
ex:
./solve_DLX.exe < testH.in

Can use "time" to check time-consuming
ex:
time ./solve_DLX.exe < testH.in

About

use for recording - solve sudoku by using DLX ( Dancing Links and Algorithm X )

License:GNU General Public License v3.0


Languages

Language:C++ 98.5%Language:Makefile 1.5%