Template:Sorting Algorithm: Difference between revisions

m
uncapitalized some words.
m (put a category name on one line instead of splitting it.)
m (uncapitalized some words.)
Line 4:
 
For other sorting algorithms, see [[:Category:Sorting Algorithms|Category:sorting&nbsp;algorithms]], or:<br>
<small><center><b>[[O]](''n'' log''n'') Sortssorts</b><br>
[[Sorting algorithms/Heapsort|Heapsort]] |
[[Sorting algorithms/Merge sort|Mergesort]] |
[[Sorting algorithms/Quicksort|Quicksort]]
<br><b>[[O]](''n'' log<sup>2</sup>''n'') Sortssorts</b><br>
[[Sorting algorithms/Shell sort|Shell&nbsp;Sort]]<br>
<b>[[O]](''n''<sup>2</sup>) Sortssorts</b><br>
[[Sorting algorithms/Bubble sort|Bubble&nbsp;sort]] |
[[Sorting algorithms/Cocktail sort|Cocktail&nbsp;sort]] |
Line 19:
[[Sorting algorithms/Selection sort|Selection&nbsp;sort]] |
[[Sorting algorithms/Strand sort|Strand&nbsp;sort]]
<br><b>Otherother Sortssorts</b><br>
[[Sorting algorithms/Bead sort|Bead&nbsp;sort]] |
[[Sorting algorithms/Bogosort|Bogosort]] |