Category
page 1Online sorts
insertion sort
sorting algorithm that, at each iteration, inserts the current input element into the suitable position between the already sorted elements
library sort
sorting algorithm
tree sort
sorting algorithm that builds a binary search tree and then traverses the tree