Template:Sorting Algorithm: Difference between revisions

m
added "Patience sort" to the sorting algorithm.
m (added "Tree sort" to list of sorting algorithms.)
m (added "Patience sort" to the sorting algorithm.)
Line 5:
For other sorting algorithms, see [[:Category:Sorting Algorithms|Category:sorting&nbsp;algorithms]], or:<br>
<small><center><b>[[O]](''n'' log''n'') sorts</b><br>
[[Sorting algorithms/Heapsort|HeapsortHeap&nbsp;sort]] |
[[Sorting algorithms/Merge sort|MergesortMerge&nbsp;sort]] |
[[Sorting algorithms/QuicksortPatience sort|QuicksortPatience&nbsp;sort]] |
[[Sorting algorithms/Shell sortQuicksort|ShellQuick&nbsp;Sortsort]]<br>
<br><b>[[O]](''n'' log<sup>2</sup>''n'') sorts</b><br>
 
[[Sorting algorithms/Shell sort|Shell&nbsp;Sort]]<br>
<br><b>[[O]](''n'' log<sup>2</sup>''n'') sorts</b><br>
[[Sorting algorithms/Shell sort|Shell&nbsp;Sort]]
 
<b>[[O]](''n''<sup>2</sup>) sorts</b><br>
[[Sorting algorithms/Bubble sort|Bubble&nbsp;sort]] |
Line 20 ⟶ 23:
[[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|BogosortBogo&nbsp;sort]] |
[[Sorting algorithms/Counting sort|Counting&nbsp;sort]] |
[https://rosettacode.org/wiki/External_sort External&nbsp;sort] |
[https://rosettacode.org/wiki/JortSort JortSortJort&nbsp;Sort] |
[https://rosettacode.org/wiki/Sort_numbers_lexicographically lexicographical&nbsp;sort] |
[https://rosettacode.org/wiki/Sort_a_list_of_object_identifiersNatural_sorting OIDNatural&nbsp;sortsorting] |
[https://rosettacode.org/wiki/Sort_a_list_of_object_identifiers Object&nbsp;identifier&nbsp;(OID)&nbsp;sort] |
[[Sorting algorithms/Pancake sort|Pancake&nbsp;sort]] |
[[https://rosettacode.org/wiki/Quickselect_algorithm Quickselect]] |