Template:Sorting Algorithm: Difference between revisions

From Rosetta Code
Content added Content deleted
m (added "Patience sort" to the sorting algorithm.)
m (elided a blank line.)
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.
This is a sorting algorithm. &nbsp; It may be applied to a set of data in order to sort it. &nbsp;
For other sorting algorithms, see [[:Category:Sorting Algorithms|Category:sorting&nbsp;algorithms]], or:

For other sorting algorithms, see [[:Category:Sorting Algorithms|Category:sorting&nbsp;algorithms]], or:<br>
<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]] |

Revision as of 15:13, 6 July 2020


This is a template. There are many others. See Category:RCTemplates for a complete list of templates.