Template:Sorting Algorithm

From Rosetta Code
Revision as of 21:46, 10 May 2020 by rosettacode>Gerard Schildberger (put a category name on one line instead of splitting it.)

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 | Cocktail sort with shifting bounds | 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.