Template:Sorting Algorithm: Difference between revisions

From Rosetta Code
Content added Content deleted
m (uncapitalized some words.)
m (added a sort to the sorting template.)
Line 15: Line 15:
[[Sorting algorithms/Cocktail sort with shifting bounds|Cocktail sort with shifting bounds]] |
[[Sorting algorithms/Cocktail sort with shifting bounds|Cocktail sort with shifting bounds]] |
[[Sorting algorithms/Comb sort|Comb sort]] |
[[Sorting algorithms/Comb sort|Comb sort]] |
[[Sorting algorithms/Cycle sort|Cycle sort]] |
[[Sorting algorithms/Gnome sort|Gnome sort]] |
[[Sorting algorithms/Gnome sort|Gnome sort]] |
[[Sorting algorithms/Insertion sort|Insertion sort]] |
[[Sorting algorithms/Insertion sort|Insertion sort]] |
Line 23: Line 24:
[[Sorting algorithms/Bogosort|Bogosort]] |
[[Sorting algorithms/Bogosort|Bogosort]] |
[[Sorting algorithms/Counting sort|Counting sort]] |
[[Sorting algorithms/Counting sort|Counting sort]] |
[https://rosettacode.org/wiki/External_sort External sort] |
[[Sorting algorithms/Pancake sort|Pancake sort]] |
[[Sorting algorithms/Pancake sort|Pancake sort]] |
[[Sorting algorithms/Permutation sort|Permutation sort]] |
[[Sorting algorithms/Permutation sort|Permutation sort]] |
[[Sorting algorithms/Radix sort|Radix sort]] |
[[Sorting algorithms/Radix sort|Radix sort]] |
[[Sorting algorithms/Sleep sort|Sleep sort]] |
[[Sorting algorithms/Sleep sort|Sleep sort]] |
[[Sorting algorithms/Stooge sort|Stooge sort]]
[[Sorting algorithms/Stooge sort|Stooge sort]] |
[https://rosettacode.org/wiki/Topological_sort Topological sort]
</center></small></div><includeonly>[[Category:Sorting Algorithms]]</includeonly><noinclude>{{template}}</noinclude>
</center></small></div><includeonly>[[Category:Sorting Algorithms]]</includeonly><noinclude>{{template}}</noinclude>

Revision as of 18:17, 22 May 2020

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:

O(n logn) sorts

Heapsort | Mergesort | Quicksort
O(n log2n) sorts
Shell Sort
O(n2) sorts
Bubble sort | Cocktail sort | Cocktail sort with shifting bounds | Comb sort | Cycle sort | Gnome sort | Insertion sort | Selection sort | Strand sort
other sorts
Bead sort | Bogosort | Counting sort | External sort | Pancake sort | Permutation sort | Radix sort | Sleep sort | Stooge sort | Topological sort


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