stable sorting algorithm
sorting algorithm that maintains the relative order of elements with equal values
spaghetti sort
linear-time, analog algorithm for sorting a sequence of items
bubble sort
simple sorting algorithm
gnome sort
sorting algorithm
library sort
sorting algorithm
strand sort
recursive sorting algorithm with O(𝑛²) time complexity
insertion sort
sorting algorithm that, at each iteration, inserts the current input element into the suitable position between the already sorted elements
exchange sort
sorting algorithm
merge sort
worst-case optimal stable divide and conquer comparison sorting algorithm
cocktail shaker sort
sorting algorithm