Template:Sorting Algorithm: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added Cocktail Sort)
(I think I figured it out)
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. It may be applied to a set of data in order to sort it.
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:
For other sorting algorithms, see [[:Category:Sorting Algorithms]], or:<br><small><center>[[Bubble Sort]] | [[Bogosort]] | [[Cocktail Sort]] | [[Insertion sort]] | [[Merge sort]] | [[Quicksort]] | [[Selection sort]] | [[Shell sort]]</center></small>
* [[Bubble Sort]]
* [[Bogosort]]
* [[Cocktail Sort]]
* [[Insertion sort]]
* [[Merge sort]]
* [[Quicksort]]
*[[Selection sort]]
*[[Shell sort]]
</div><includeonly>[[Category:Sorting Algorithms]]</includeonly><noinclude>{{template}}</noinclude>
</div><includeonly>[[Category:Sorting Algorithms]]</includeonly><noinclude>{{template}}</noinclude>

Revision as of 15:12, 26 November 2008

Sorting Algorithm
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:
Bubble Sort | Bogosort | Cocktail Sort | Insertion sort | Merge sort | Quicksort | Selection sort | Shell sort

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