Template:Sorting Algorithm

From Rosetta Code
Revision as of 20:19, 28 July 2018 by rosettacode>Gerard Schildberger (added "sort numbers lexicographically" to the list of sorting algorithms.)

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 | Sort numbers lexicographically | Sort three variables

This is a template. There are many others. See Category:RCTemplates for a complete list of templates.