Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

Backtracking Visualizer

Revision en2, by Princ_iple, 2022-01-03 14:53:49

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.

Tags #backtracking, visualizer, recursion

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English Princ_iple 2022-01-03 14:53:49 5 Tiny change: 'it it from here: https://' -> 'it it from: https://'
en1 English Princ_iple 2021-12-31 15:40:56 1041 Initial revision (published)