Skip to content

cherrypoppins226/GUI-Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GUI Sudoku

This is a Sudoku Solver game.

It allows user to play the sudoku game.

It uses Backtracking algorithm.

The time complexity of this algorithm is (9 ^ k) where k is no of unfilled slots.

The text version of the algorithm is found in sudoku.py file.

The GUI version is in GUI.py. It used tkinter to create GUI version.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages