sorting algorithm
algorithm that puts elements of a list in a certain order
spaghetti sort
linear-time, analog algorithm for sorting a sequence of items
bubble sort
simple sorting algorithm
comb sort
sorting algorithm
patience sorting
sorting algorithm
library sort
sorting algorithm
strand sort
recursive sorting algorithm with O(𝑛²) time complexity
quantum sort
sorting algorithms for quantum computers
cycle sort
in-place, unstable sorting algorithm
tournament sort
sorting algorithm improving upon the selection sort by using a priority queue
merge-insertion sort
sorting algorithm
sorting network
abstract network that sorts a fixed number of values, made of wires carrying values and comparators connecting pairs of wires, swapping wrongly ordered pairs of values
radix sort
non-comparative integer sorting algorithm
bead sort
Natural sorting algorithm
stooge sort
an inefficient recursive sorting algorithm
stable sorting algorithm
sorting algorithm that maintains the relative order of elements with equal values
Stupid sort
Wikimedia disambiguation page
insertion sort
sorting algorithm that, at each iteration, inserts the current input element into the suitable position between the already sorted elements
merge sort
worst-case optimal stable divide and conquer comparison sorting algorithm
external sorting
class of sorting algorithms that can handle massive amounts of data
counting sort
sorting algorithm
adaptive sort
sorting algorithm which exploits existing order in its input
selection sort
sorting algorithm
tree sort
sorting algorithm that builds a binary search tree and then traverses the tree
comparison sort
type of sorting algorithm that works by comparing pairs of elements
pancake sorting
mathematics problem
pigeonhole sort
sorting algorithm
sleep sort
sorting method
cocktail shaker sort
sorting algorithm
bucket sort
Sorting algorithm
bucket sort
Sorting algorithm