Skip to content

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

Notifications You must be signed in to change notification settings

bsaikiran618/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published