Inspired by recent videos that visualized various sorting algorithms w/audio, I decided to create a Radix sort video using using Python:<p><a href="http://rasterburn.org/~sgt/stuff3/radix/" rel="nofollow">http://rasterburn.org/~sgt/stuff3/radix/</a><p>(YouTube link, although video is laggy so I recommend the previous link): <a href="http://www.youtube.com/watch?v=nJ8QKkei7QY" rel="nofollow">http://www.youtube.com/watch?v=nJ8QKkei7QY</a>)
One of my favorites is merge sort, visualised in Protovis:<p><a href="http://vis.stanford.edu/protovis/ex/sort.html" rel="nofollow">http://vis.stanford.edu/protovis/ex/sort.html</a>