Sorting Algorithm Visualisation Tidbits
2009-08-11
- Jacob Seidelin has created an awesome port of the sorting algorithm
visualisations I came up with in 2007 to Javascript, using the canvas element
to do the drawing. Well
worth checking out.
- Another blogger (I'd love to be more specific, but the blog seems to be
anonymous) was spurred by my post to to wonder what sorting algorithms sound
like. The fascinating result is over here. Bubblesort turns
out to quite musical - who knew?
- Finally, timsort, which I drew pictures of in my last
post, has replaced
mergesort in Java.