Template:Sorting Algorithm: Difference between revisions

m
Linkify big O
(Added radix sort to list)
m (Linkify big O)
Line 3:
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:<br><small><center><b>[[O]](''n'' log''n'') Sorts</b><br>[[Sorting algorithms/Heapsort|Heapsort]] | [[Sorting algorithms/Merge sort|Mergesort]] | [[Sorting algorithms/Quicksort|Quicksort]]<br><b>[[O]](''n'' log<sup>2</sup>''n'') Sorts</b><br>[[Sorting algorithms/Shell sort|Shell&nbsp;Sort]]<br><b>[[O]](''n''<sup>2</sup>) Sorts</b><br>[[Sorting algorithms/Bubble sort|Bubble&nbsp;sort]] | [[Sorting algorithms/Cocktail sort|Cocktail&nbsp;sort]] | [[Sorting algorithms/Comb sort|Comb&nbsp;sort]] | [[Sorting algorithms/Gnome sort|Gnome&nbsp;sort]] | [[Sorting algorithms/Insertion sort|Insertion&nbsp;sort]] | [[Sorting algorithms/Selection sort|Selection&nbsp;sort]]<br><b>Other Sorts</b><br>[[Sorting algorithms/Bead sort|Bead&nbsp;sort]] | [[Sorting algorithms/Bogosort|Bogosort]] | [[Sorting algorithms/Counting sort|Counting&nbsp;sort]] | [[Sorting algorithms/Pancake sort|Pancake&nbsp;sort]] | [[Sorting algorithms/Permutation sort|Permutation&nbsp;sort]] | [[Sorting algorithms/Radix sort|Radix&nbsp;sort]] | [[Sorting algorithms/Stooge sort|Stooge&nbsp;sort]]</center></small>
</div><includeonly>[[Category:Sorting Algorithms]]</includeonly><noinclude>{{template}}</noinclude>
Anonymous user