Surprise Me!

Heap Sort

2010-10-05 0 0 Vimeo

Code and project comments available at http://github.com/JoshCheek/Play/tree/master/sort-viewer/ This one is hard to see, I'm still not sure what the best way to show it is. Right now, it shows the sorted portion in green, and it shows the path of the element being bubbled down in pink. And it shows all the children of the current location in the bubble down path as having blue behind them. I thought that would be pretty cool, to see where the possible final locations are, and how big they are, and watch them get whittled down as it moves down the heap. But in the end, I think it is just confusing. Open to suggestions here.