Template:Sorting Algorithm: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added sel sort)
(Added Cocktail Sort)
Line 3: Line 3:
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:
* [[Bubble Sort]]
* [[Bubble Sort]]
* [[Bogosort]]
* [[Bogosort]]
* [[Cocktail Sort]]
* [[Insertion sort]]
* [[Insertion sort]]
* [[Merge sort]]
* [[Merge sort]]

Revision as of 20:17, 25 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:


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