A web application to visualize sudoku solving using backtracking. I created this visualization tool to see the backtracking algorithm in action. I hope this may help a few people out there understand how backtracking works!
https://nibble-4bits.github.io/Sudoku-Solver-Visualizer/
- Add styling to the app to make it more appealing (DONE, 2/12/2020)
- Implement functionality for the user to be able to fill the sudoku cells (DONE, 2/11/2020)
- Implement functionality to generate sudokus (DONE, 2/20/2020)
- I was greatly inspired by Clément Mihailescu and his awesome pathfinder visualizer tool! You can check it here