Sudoku solver written in C
Compiling: gcc -o sudoku sudoku.c
Running: ./sudoku Then type the name of the file with the puzzle (I have some examples in this repo, namely "easy", "medium", "hard" and "hardest").
Sudoku solver written in C
Compiling: gcc -o sudoku sudoku.c
Running: ./sudoku Then type the name of the file with the puzzle (I have some examples in this repo, namely "easy", "medium", "hard" and "hardest").