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

https://github.com/abhishekshree/sudoku

Created an application to solve sudoku using backtracking
https://github.com/abhishekshree/sudoku

backtracking-algorithm sudoku

Last synced: 3 months ago
JSON representation

Created an application to solve sudoku using backtracking

Awesome Lists containing this project

README

          

# Sudoku Solver

Created an application to solve sudoku using backtracking.
This app is currently [hosted here](https://solve-sudoku-fast.herokuapp.com/)

To run it locally:


  • Install the requirements by the command
    pip install -r requirements.txt


  • Run the main function in app.py by the command
    python app.py

Note: I am currently working on a way to verify whether the given sudoku is valid to be solved or not.