Sorting Visualizations
imgur.com
Sorting Visualizations
1–10 of 38 posts
Re: Sorting Visualizations
#2I like this project, reminds me a lot of https://www.youtube.com/watch?v=kPRA0W1kECg
What was used to generate the gifs?
Re: Sorting Visualizations
#3That was a lot of fun. I remember seeing the visualisations from lowest to highest on a bar chart but this gives a different perspective on how the algorithms work.
Re: Sorting Visualizations
#4Mike Bostock, the author of d3.js, has a similar post in which he uses angled sticks to indicate sorting order, and also touches on some other algorithmic visualizations.
Re: Sorting Visualizations
#5The use of the vertical axis here is brilliant! I've seen visualizations where time is one of the axes, but showing a random sampling of arrays really lets you see the "ensemble behavior" of the algorithms.
Re: Sorting Visualizations
#6My favorites have always been the folk dance versions!
Re: Sorting Visualizations
#7I wonder how they created this visualization?
Re: Sorting Visualizations
#8I always have difficulty mapping the algorithm with visualization. Probably d3-dyslexic.
Re: Sorting Visualizations
#9 Well, these are really beautiful. I've seen a lot of sorting visualizations, but these were the first that kind of took my breath away.
Re: Sorting Visualizations
#10Very cool, I love how new ways of visualising sorting keep appearing.