/Sudoku-Solver

A simple C program that solves Sudoku puzzles using the backtracking technique.

Primary LanguageC

Sudoku-Solver

A simple C program that solves Sudoku using the backtracking technique.

To Run:

In your terminal go to the repository and enter the command:

make

Then you can run the program by typing:

./solve