_______ __ _______
| | |.---.-..----.| |--..-----..----. | | |.-----..--.--.--..-----.
| || _ || __|| < | -__|| _| | || -__|| | | ||__ --|
|___|___||___._||____||__|__||_____||__| |__|____||_____||________||_____|
on Gopher (inofficial)
(HTM) Visit Hacker News on the Web
COMMENT PAGE FOR:
(HTM) Algorithm Visualizer
sshlocalhost98 wrote 12 hours 7 min ago:
At National University of Singapore, we use [1] . It was developed by
Prof. Stephen Halim.
(HTM) [1]: https://visualgo.net/en/sorting?slide=12-1
jart wrote 21 hours 16 min ago:
I love it. Work like this does a great service to humanity.
cyral wrote 1 day ago:
Very cool. One of my favorite professors in college would make 100+
slide powerpoints of algorithms and flip through them really fast in
order to visualize what they were doing, it was really helpful.
sciencesama wrote 1 day ago:
visual leearning
julietsecurity wrote 1 day ago:
This is pretty neat. you should add sound effects like this -
(HTM) [1]: https://www.youtube.com/watch?v=kPRA0W1kECg
mihaic wrote 1 day 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
(HTM) [1]: https://csacademy.com/lesson/breadth_first_search
anshik1998 wrote 1 day 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.
(HTM) [1]: https://www.onenoughtone.com/visualizers
smusamashah wrote 1 day 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. [1]
(HTM) [1]: https://xosh.org/VisualizingSorts/sorting.html
(HTM) [2]: https://xosh.org/sorting-algorithms-visual-comparison/
diyseguy wrote 1 day ago:
Love it, thank you for this. The last one 'Shortest Unsorted Continuous
Subarray' produced some errors: 'Cannot set properties of undefined
(setting 'selected')
ranger_danger wrote 1 day 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_ wrote 1 day ago:
The fork button in bottom left corner goes to a repo on GitHub
(HTM) [1]: https://github.com/algorithm-visualizer/algorithm-visualizer
(DIR) <- back to front page