Sorting Algorithms
- Sorting algorithms are ways to organize any array (or nested array) of items into some specific order.
- Types of sorting algorithms:
- Sort arrays with insertion. For example: straight insertion, shell sort
- Sort arrays with exchange. For example: bubble sort, quick sort
- Sort through selection. For example: heap sort
Permalink at https://www.physicslog.com/cs-notes/sorting-algorithms
Published on Jul 13, 2021
Last revised on Jan 11, 2023