An open API service indexing awesome lists of open source software.

https://github.com/sam120204/sudoku-solver

Implementing backtracking algorithm to solve Sudoku game
https://github.com/sam120204/sudoku-solver

python-gui-tkinter sudoku-solver

Last synced: 2 months ago
JSON representation

Implementing backtracking algorithm to solve Sudoku game

Awesome Lists containing this project

README

        

# Sudoku-Solver
Implementing the backtracking algorithm to solve the Sudoku game

RUN GUI File
- click on the cube and enter a correct number
- or click SPACE to generate all the numbers using the backtracking algorithm