Skip to content

abhishekshree/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Created an application to solve sudoku using backtracking. This app is currently hosted here

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.

About

Created an application to solve sudoku using backtracking

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published