http://qs321.pair.com?node_id=17922


in reply to RE: Shift, Pop, Unshift and Push with Impunity!
in thread Shift, Pop, Unshift and Push with Impunity!

Perl's sort function sits on top of C's native qsort function which is an implementation of quicksort. O(n*log(n))!