andersch.dev

<2024-02-28 Wed>

Computer Science

Sorting algorithms   algorithm

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

Resources:

Resources