Template:Sorting Algorithm

From Rosetta Code
Revision as of 15:29, 31 August 2010 by rosettacode>Dkf (Sort the sorts in the infobox by algorithmic efficiency)

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
Other Sorts
Bead Sort | Bogosort | Counting Sort | Pancake Sort | Permutation Sort | Stooge Sort

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