Template:Sorting Algorithm

From Rosetta Code
Revision as of 05:06, 30 April 2017 by rosettacode>Gerard Schildberger (added another "other" sort category to the "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 | Sort three variables

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