Backtracking Visualizer

Правка en1, от Princ_iple, 2021-12-31 15:40:56

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 here: https://www.linkedin.com/feed/update/urn:li:activity:6881545168055525376/

Hope you enjoy it and if you have any comments please let me know.

Теги #backtracking, visualizer, recursion

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский Princ_iple 2022-01-03 14:53:49 5 Tiny change: 'it it from here: https://' -> 'it it from: https://'
en1 Английский Princ_iple 2021-12-31 15:40:56 1041 Initial revision (published)