Algorithm Visualizer(algorithm-visualizer.org)
89 pointsby vinhnxMar 21, 2026

4 Comments

ranger_dangerMar 25, 2026
Very cool... wanted to check out the source but the only clue I could find to a source repo (the "Fork" button) does not work.
QuantumNomad_Mar 25, 2026
The fork button in bottom left corner goes to a repo on GitHub https://github.com/algorithm-visualizer/algorithm-visualizer
diyseguyMar 25, 2026
Love it, thank you for this. The last one 'Shortest Unsorted Continuous Subarray' produced some errors: 'Cannot set properties of undefined (setting 'selected')
smusamashahMar 25, 2026
I made an only sorting algo visualizer which runs same algo on many randomly sorted arrays at the same time. The swap call which actually does the sorting also does the drawing. You could draw whole array or just one swap.

It looks very cool on large arrays.

https://xosh.org/VisualizingSorts/sorting.html

https://xosh.org/sorting-algorithms-visual-comparison/

anshik1998Mar 25, 2026
Love it. I also built a platform that works for any algorithm and problem based on call stack tracing. Works best for recursion, backtracking and dynamic programming problems. https://www.onenoughtone.com/visualizers