NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Algorithm Visualizer (algorithm-visualizer.org)
anshik1998 6 hours ago [-]
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
smusamashah 6 hours ago [-]
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/

julietsecurity 2 hours ago [-]
This is pretty neat. you should add sound effects like this - https://www.youtube.com/watch?v=kPRA0W1kECg
sciencesama 22 minutes ago [-]
visual leearning
diyseguy 12 hours ago [-]
Love it, thank you for this. The last one 'Shortest Unsorted Continuous Subarray' produced some errors: 'Cannot set properties of undefined (setting 'selected')
mihaic 3 hours ago [-]
Good luck with the project, especially in this day and age.

Not sure if the author might be here, but I'm just wondering if it might have take inspiration from old CS Academemy lessons. I worked on those, and recognize some UI ideosincracies that bring up nostalgia, like for https://csacademy.com/lesson/breadth_first_search

ranger_danger 13 hours ago [-]
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_ 13 hours ago [-]
The fork button in bottom left corner goes to a repo on GitHub https://github.com/algorithm-visualizer/algorithm-visualizer
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 14:48:30 GMT+0000 (Coordinated Universal Time) with Vercel.