This app solves sudoku with this algorithms
- Backtracking
- Backtracking + MRV
Demo here
- Make sure you have Node JS installed
- Install dependencies using
npm install
- Start the app using
npm start
on localhost port 3000
App ui is made with ReactJS but algorithms are in prue javascript you can find them on src/algorithms