Skip to content

AndyFerns/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

  • A simple project created in order to learn different algorithms for solving sudoku puzzles

  • The algorithm employed in this project is the Backtracking with Constant Propagation

Project Structure

Sudoku-Solver/
├── .gitignore
├── board.py
├── generator.py
├── main.py
├── README.md
├── solver.py

Features

  • Demonstration of the Backtracking with constant propagation algorithm

  • Live GUI Output showing the algorithm in action

  • Modifiable speed for solving the algo

Build and Run

git clone https://github.com/AndyFerns/Sudoku-Solver

There are no external dependencies, and the entire project is built using stdlib

python -u main.py

Credits

@AndyFerns

About

Simple project implementing sudoku solving algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages