A sudoku solver implemented in C. It just apply the rules of the game and check every time which cell is solvable.
Done for fun and practice!
It doesn't require any strange library, just the standard one.
make clean all run
The puzzle is hardcoded in puzzle.c
. A 0
means that the cell is empty.