Sudoku-Solver-Visualizer
Sudoku-Solver-Visualizer copied to clipboard
A web application to visualize sudoku solving using backtracking
Sudoku Solver Visualizer
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!
Live Demo
https://nibble-4bits.github.io/Sudoku-Solver-Visualizer/

To Do
- [x] Add styling to the app to make it more appealing (DONE, 2/12/2020)
- [x] Implement functionality for the user to be able to fill the sudoku cells (DONE, 2/11/2020)
- [x] Implement functionality to generate sudokus (DONE, 2/20/2020)
Built With
Acknowledgments
- I was greatly inspired by Clément Mihailescu and his awesome pathfinder visualizer tool! You can check it here