sudokus solver visualizer

  • Tech Stack: Java, HTML, CSS, Javascript,Data Structures and Algorithms
  • GithubURL: Github Link
  • ProjectURL: Project Link

Hello I am Gaurav Verma I learned Javascript, HTML and CSS in only 2 weeks and then I started this project right away. So please be gentle with my code. The code of this project is quite messy. If you want to see cleaner codes of mine, please check out other projects on my Github. I implemented 5 Algorithms in this project: Backtracking, Dancing Links (Algorithm X), Greedy Best First Search, Reverse Backtracking and Sprial Backtracking.I wrote 4 Algorithms completely on my own. For Dancing Links (This is a quite challenging Algorithms to implement, since you need to do depth first search on a 4-way linked list. One bug and the whole program breaks),