blob: 12890d818d95e596f85f2736d32c4fa9fc5645d3 (
plain) (
blame)
1
2
3
4
5
6
|
This is a console-based Linux program, written in C language, that solves
Su Doku puzzles (aka Sudoku, Number Place, etc.) using deductive logic.
It will only resort to trial-and-error and backtracking approaches upon
exhausting its deductive moves.
WWW: http://www.techfinesse.com/game/sudoku_solver.php
|