Princ_iple's blog

By Princ_iple, history, 3 years ago, In English

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.

  • Vote: I like it
  • +56
  • Vote: I do not like it

»
3 years ago, # |
  Vote: I like it +8 Vote: I do not like it

Hey, interesting idea! What about custom algorithm? Let people write their own solutions and visualize them

  • »
    »
    3 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Thanks.

    That's a cool idea actually, I think it will take some time but I might give it a shot.

»
3 years ago, # |
  Vote: I like it +2 Vote: I do not like it

It is beautiful :)