Project is pretty self explanatory :P Don't blame me when you make it sort 10,000 items and you find out that it takes ages :P Note: Because the sorted list is stored in a separate list to the original list, you can actually sort the same data multiple times for a control experiment.
This features a sort algorithm I made I recommend only using this algorithm for smaller lists (eg. max 100 items) where it actually tends to do better than more common algorithms. The way I designed this it actually works best for lists that are ordered biggest -> smallest and worst for lists that are ordered smallest -> biggest (which is kind of ironic don't you think? :) )