Skip to content

Galva101/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver

This program is designed to solve a given sudoku using recursive calls that implement backtracking.

There are 3 implementations provided: C, Java, and Python.