Skip to content

nayakashish/sudokuPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudokuPython

This project was completed in April 2021.

Python backtracking algorithm with a graphical user interface that visually demonstrates how the algorithm solvves puzzles. Includes a stopwatch to run tests on how quick the puzzles can be solved. GUI refreshing slows down algorithm significantly as the updates are triggered during the solving process.

This was a self-directed project during my 11th grade of highschool alongside my Computer Science elective.

Setup/Execution

Currently using Python 3.10.5

Run sudokuWindow.py to run the algorithm. Comment/Uncomment line 108 (updateWindow() function call) to enable/disable the gui.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages