Template:Sorting Algorithm: Difference between revisions

From Rosetta Code
Content added Content deleted
m (added a sort to the sorting algorhithms.)
m (split a header text.)
Line 19: Line 19:
[[Sorting algorithms/Selection sort|Selection sort]] |
[[Sorting algorithms/Selection sort|Selection sort]] |
[[Sorting algorithms/Strand sort|Strand sort]]
[[Sorting algorithms/Strand sort|Strand sort]]
<br><b>Other Sorts</b>
<br><b>Other Sorts</b><br>
<br>[[Sorting algorithms/Bead sort|Bead&nbsp;sort]] |
[[Sorting algorithms/Bead sort|Bead&nbsp;sort]] |
[[Sorting algorithms/Bogosort|Bogosort]] |
[[Sorting algorithms/Bogosort|Bogosort]] |
[[Sorting algorithms/Counting sort|Counting&nbsp;sort]] |
[[Sorting algorithms/Counting sort|Counting&nbsp;sort]] |

Revision as of 00:44, 10 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 | Gnome sort | Insertion sort | Selection sort | Strand sort
Other Sorts
Bead sort | Bogosort | Counting sort | Pancake sort | Permutation sort | Radix sort | Sleep sort | Stooge sort


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