mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
1f322ac446
A Sudoku Solver in C
7 lines
306 B
Plaintext
7 lines
306 B
Plaintext
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
|