Блог пользователя Princ_iple

Автор Princ_iple, история, 2 года назад, По-английски

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.

  • Проголосовать: нравится
  • +56
  • Проголосовать: не нравится

»
2 года назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

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

  • »
    »
    2 года назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Thanks.

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

»
2 года назад, # |
  Проголосовать: нравится +2 Проголосовать: не нравится

It is beautiful :)