Sorting algorithms

This topic is for discussing sorting algorithms, or maybe even making your own.
There would be more information here, but I can't currently think of anything else to say.

Mean Sort

Sleep sort

Only positive integers (for safety results) can be sorted with this sorting algorithm

It's just a funny algorithm !

The concept here is that you 'sleep' n units of time for each element, where n is linearly related to the lexical relationship of the element to the other elements in the list. see here

I started a topic about partial sorting, over one year ago.

The parameters have changed a bit ever since untitled script pic (47) was introduced.

Bogosort

For fun purpose only

algo: shuffle the list until it is sorted...

wikipedia