Skip to content

This project is my version of a simple Sudoku Solver in Python. It uses back-propagation, rather than randomized guesses, to speed up the solving process. In my code, I have included 3 examples of Sudoku boards I found online, to test my board.

Notifications You must be signed in to change notification settings

Rosie-Wang/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

SudokuSolver

After self-learning the Sudoku algorithm over the summer through online readings and research, I developed my version of a simple Sudoku Solver in Python. This solver uses back-propagation, rather than randomized guesses, to speed up the solving process.

In my code, I have included 3 examples of Sudoku boards I found online, to test my board.

About

This project is my version of a simple Sudoku Solver in Python. It uses back-propagation, rather than randomized guesses, to speed up the solving process. In my code, I have included 3 examples of Sudoku boards I found online, to test my board.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages