[][src]Module buldak::stooge

stooge sort algorithm.

O(N2.7095...)

Functions

sort

Sort in ascending order using a stooge sort algorithm.

sort_by

It takes a comparator function to determine the order, and sorts it using a stooge sort algorithm.

sort_reverse

Sort in descending order using a stooge sort algorithm.