I was a bit annoyed that the visualizations require you to enter a number, then press a button, which triggers the input field to clear and disables input until the current animation is done. So if you wanna see a quick progression of building a linked list, you have to click, type, press button, repeat. It'd be neat if they queued up comma separated inputs so you could actually watch an entire sequence unfold.
QuickSort with Hungarian (Küküllőmenti legényes) folk dance:
<a href="https://www.youtube.com/watch?v=ywWBy6J5gz8" rel="nofollow">https://www.youtube.com/watch?v=ywWBy6J5gz8</a>
Interesting site! Always cool to see these things visualised.<p>It reminds me of the visualisation of different sorting algorithm (with sound): <a href="https://youtu.be/kPRA0W1kECg" rel="nofollow">https://youtu.be/kPRA0W1kECg</a>
Some very nice ones in here: AVL and Red/Black trees, especially the rotation step. I also liked it when the code shows up on the upper left and you can see it stepping through line-by-line, such as the Fibonacci example.<p>The radix tree didn't seem to work for me.
Man, I'll always have a soft spot in my heart for these visualizations.<p>Extremely useful learning aids :)<p>I remember back in the day when they were Java applets :)