Previous Posts By Category
This program is designed to demonstrate three different sorts: Quick, Heap and Shell. It allows you to step through each sort step by step and has explainations as to what is going on in each one.
This program even allows you to load your own dataset and use that to sort on for use in debugging your own sort implementation.
All the information presented should be accurate but I can't make any absolute promises. If you do see something that is wrong or run into a bug, let me know via the contact page.
Here are all related files in the database for Sort Stepper.