Skip to content

This is another one of my personal projects. In this project, I use Python to code a Sudoku solver. The program uses recursion, backtracking to be specific, to find possible solutions for the puzzle. I hope you enjoy!

Notifications You must be signed in to change notification settings

ObjectJosh/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b21b530 · Jan 27, 2021

History

7 Commits
Oct 17, 2020
Jan 27, 2021
Oct 17, 2020
Oct 17, 2020

Repository files navigation

Sudoku Solver

This is another one of my personal projects. In this project, I use Python to code a Sudoku solver. The program uses recursion, backtracking to be specific, to find possible solutions for the puzzle. I hope you enjoy!

I decided to create a visualization of this process. However, due to GitHub Pages limitations, I could not code it in Python. However, I was able to code it in JavaScript. You may check it out here: https://objectjosh.github.io/SudokuSolveVisualizer/

About

This is another one of my personal projects. In this project, I use Python to code a Sudoku solver. The program uses recursion, backtracking to be specific, to find possible solutions for the puzzle. I hope you enjoy!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages