Skip to content

abhishekbapat/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SudokuSolver

Recursive sudoku solver algorithm implemented in python3.

Edit the problem in main.py and enter the command python3 main.py to run the code.