Skip to content

This is an app that allows users to input a valid sudoku problem & get the correct solution with a click of a button.

Notifications You must be signed in to change notification settings

aayushah711/sudokusolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sudokusolver

  • Add a valid sudoku that has 0 in place of empty spaces
  • Click on submit
  • Click on solve

Sudoku will be solved using recursion with backtracking!

Note: After clicking on solve, the user sees some lag. This lag is intentional so that the user can see how the problem is being solved. The actual runtime is far less.

About

This is an app that allows users to input a valid sudoku problem & get the correct solution with a click of a button.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published