Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Sudoku Solver is a Python program that searches a possible solution to a Sudoku puzzle.

Usage

Run SudokuSolver.py from the commandline. Specify the path to the file you want to solve as second argument.

python SudokuSolver.py my_sudoku.txt

The .txt file must be formatted in a 9x9 grid, using a 0 (zero) to indicate an empty cell.

Example files can be found in this repository.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages