Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 107 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 107 Bytes

Sudoku Solver

C program to solve sudoku puzzles. A backtracking algorithm is used to get the solution.