Template:Sorting Algorithm: Difference between revisions

Remove non-algorithms from sorting algorithm template
m (added "sort numbers lexicographically" to the list of sorting algorithms.)
(Remove non-algorithms from sorting algorithm template)
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]] | [[Sorting algorithms/Strand sort|Strand&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/Sleep sort|Sleep&nbsp;sort]] | [[Sorting algorithms/Stooge sort|Stooge&nbsp;sort]] | [[Sort_numbers_lexicographically|Sort&nbsp;numbers&nbsp;lexicographically]] | [[Sort_three_variables|Sort&nbsp;three&nbsp;variables]] </center></small>
</div><includeonly>[[Category:Sorting Algorithms]]</includeonly><noinclude>{{template}}</noinclude>
10,327

edits