Skip to content

nibble-4bits/Sudoku-Solver-Visualizer

Repository files navigation

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

  • 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)

Built With

Acknowledgments

License

MIT