Module sort

Module sort 

Source

Functions§

heapsort
HeapSort algorithm
insertionsort
InsertionSort algorithm
mergesort
MergeSort algorithm
quicksort
QuickSort algorithm
radixsort
RadixSort algorithm (for positive integers)