Sorting algorithms
A sorting algorithm is an algorithm that sorts a given array using a comparison function. There are many criteria for choosing sorting algorithm to use.
List of most common sorting algorithms:
- Bubble sort
- Quick sort
- Merge sort
- Heap sort
- Radix sort