Skip to content

Algorithms: Sorting

Sorting algorithms are used to put items of data in order. They can sort values into ascending or descending order and can be used to order both numeric data and text (strings). Common sorting algorithms include the Bubble Sort, Insertion Sort, Merge Sort and Quick Sort