Sudoku-Solver-Visualizer icon indicating copy to clipboard operation
Sudoku-Solver-Visualizer copied to clipboard

A web application to visualize sudoku solving using backtracking

Sudoku Solver Visualizer

Build Status

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/

GIF demonstration

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

License

MIT