Template:Sorting Algorithm

From Rosetta Code
Revision as of 03:33, 17 March 2011 by rosettacode>Mwn3d (Linkify big O)

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 | Radix sort | Stooge sort

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