A simple C program that solves Sudoku using the backtracking technique.
In your terminal go to the repository and enter the command:
make
Then you can run the program by typing:
./solve
A simple C program that solves Sudoku puzzles using the backtracking technique.
C