comparison sort
type of sorting algorithm that works by comparing pairs of elements
bubble sort
simple sorting algorithm
stooge sort
an inefficient recursive sorting algorithm
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