Any decent visualization of a couple different sort algorithms? I'm looking for something I can use in a demo, and willing to write my own (can't be that hard) but would prefer to use someone else's if I can.
NO applets though, the majority I'm finding are applets... Lightweight flash or canvas. I would like the following sorts:
- Bubble
- Selection
- Insertion
- O/E
Nice but not needed:
- Merge
- Quick
- Heap
- Raidix
Considering the lack of available ones, I wrote my own to answer this question.