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

https://github.com/tinniaru3005/pythonsudokusolver

An algorithm based approach to find a solution to any solvable Sudoku board. A visual of the starting board and the final solution is also displayed on the user screen.
https://github.com/tinniaru3005/pythonsudokusolver

backtracking-algorithm python

Last synced: 6 months ago
JSON representation

An algorithm based approach to find a solution to any solvable Sudoku board. A visual of the starting board and the final solution is also displayed on the user screen.

Awesome Lists containing this project

README

          

# Python Sudoku Solver
Python, Backtracking algorithm

An algorithm based approach to find a solution to any solvable Sudoku board. A visual of the starting board and the final solution is also displayed on the user screen.