Skip to content

joubeh/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku solver

This app solves sudoku with this algorithms

  • Backtracking
  • Backtracking + MRV

Demo here


Run the app localy

  • Make sure you have Node JS installed
  • Install dependencies using npm install
  • Start the app using npm starton localhost port 3000

More info

App ui is made with ReactJS but algorithms are in prue javascript you can find them on src/algorithms

About

Sudoku solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors