Skip to content

badoleshruti/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SudokuSolver

This Python code can solve easy and medium-level sudoku puzzles. It doesn't work for harder levels. I'll need to sit and write the code for that sometime...

For this solver, all you need to do is provide a CSV file that has the puzzle. The file should have numbers as they are listed in the sudoku puzzle.

For example, for the following puzzle

git

the CSV should look like

gitin

You can tweak the variable itnum in the code. If a certain value doesn't fully solve the puzzle, increase the value until it does! Usually, a value of 5 or 6 should be fine for easy and medium-level puzzles.

About

This code can solve easy and medium-level sudoku puzzles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published