Template:Sorting Algorithm

From Rosetta Code
Revision as of 13:59, 1 August 2018 by Thundergnat (talk | contribs) (Remove non-algorithms from sorting algorithm template)

Sorting Algorithm
This is a sorting algorithm. It may be applied to a set of data in order to sort it.

For other sorting algorithms, see Category:Sorting Algorithms, or:
O(n logn) Sorts
Heapsort | Mergesort | Quicksort
O(n log2n) Sorts
Shell Sort
O(n2) Sorts
Bubble sort | Cocktail sort | Comb sort | Gnome sort | Insertion sort | Selection sort | Strand sort
Other Sorts
Bead sort | Bogosort | Counting sort | Pancake sort | Permutation sort | Radix sort | Sleep sort | Stooge sort
This is a template. There are many others. See Category:RCTemplates for a complete list of templates.