Template:Sorting Algorithm: Difference between revisions

From Rosetta Code
Content added Content deleted
m (added a related task.)
m (added: for seeing other sorts ...)
 
Line 1: Line 1:
<div class="infobox" style="width: 2in">
<div class="infobox" style="width: 2in">
<big>'''Sorting Algorithm'''</big><br>
<big>'''Sorting Algorithm'''</big><br>
This is a sorting algorithm. &nbsp; It may be applied to a set of data in order to sort it. &nbsp;
This is a sorting algorithm. &nbsp; It may be applied to a set of data in order to sort it. &nbsp; &nbsp;
For comparing various sorts, see [https://rosettacode.org/wiki/Compare_sorting_algorithms%27_performance compare sorts]. &nbsp;
For other sorting algorithms, see [[:Category:Sorting Algorithms|Category:sorting&nbsp;algorithms]], or:
For other sorting algorithms, &nbsp; see [[:Category:Sorting Algorithms|sorting&nbsp;algorithms]], &nbsp; or:
<small><center><b>[[O]](''n'' log''n'') sorts</b><br>
<small><center><b>[[O]](''n'' log''n'') sorts</b><br>
[[Sorting algorithms/Heapsort|Heap&nbsp;sort]] |
[[Sorting algorithms/Heapsort|Heap&nbsp;sort]] |

Latest revision as of 23:31, 17 August 2021