Skip to content

A simple backtracking algorithm to solve a sudoku board (with GUI).

Notifications You must be signed in to change notification settings

venturk/Sudoku-GUI-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-GUI-Solver

This is a Sudoku GUI Solver, which includes a CMD version as well (i.e printing to the screen).

Image of Sudoku GUI Solver in action

Instructions

Run main.py to watch "Sudoku GUI Solver" at action.

If you prefer to check out the CMD version, just run main with the cmd_solver() method instead.

Requierments

python 3

tkinter

About

A simple backtracking algorithm to solve a sudoku board (with GUI).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages