Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

AndyFerns/Sudoku-Solver

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
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

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.