Skip to content

Sudoku solver example made with modern Python

License

Notifications You must be signed in to change notification settings

Ravinskiy/sudokuso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudokuso

Sudoku solver example made with modern Python

Dependencies

Only Python 3.11. Doesn't need anything else.

Input/Output

For Input and Output is used JSON file format.

Input examples are in inputs directory.

Usage

python3.11 sudokuso.py -i "inputs/sudokos.json" -o "output_sudokos.json"

About

Sudoku solver example made with modern Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages