1. Introduction to sorting algorithm
Sorting, also known as Sort Algorithm, is the process of sorting a group of data in a specified order.
2. Sorting classification
- Internal sort:
Refers to the loading of all data to be processed into internal storage (memory) for sorting.
- External sorting method:
The amount of data is too large to be fully loaded into memory and needs to be sorted by external storage (files, etc.)**.