Hi everyone,
Hope you all have a happy new year.
I would like to share with you my last project this year, Backtracking Visualizer.
It's a visualization tool for some backtracking standard problems (Sudoku Generator, Sudoku Solver, N Queens, Knight's Tour), which helps to understand backtracking technique in general and how to use it to solve these problems in particular. It shows and describes all the steps of finding the solution, also gives the option to choose different parameters for each problem.
You can know more about it and visit it from: https://www.linkedin.com/feed/update/urn:li:activity:6881545168055525376/
Hope you enjoy it and if you have any comments please let me know.