This commit is contained in:
krahets
2025-12-31 19:37:45 +08:00
parent 29ec0c699d
commit 3c9d5689c4
279 changed files with 40895 additions and 16087 deletions
+12 -12
View File
@@ -9,20 +9,20 @@ icon: material/sort-ascending
!!! abstract
Sorting is like a magical key that turns chaos into order, enabling us to understand and handle data more efficiently.
Sorting is like a magic key that transforms chaos into order, enabling us to understand and process data more efficiently.
Whether it's simple ascending order or complex categorical arrangements, sorting reveals the harmonious beauty of data.
Whether it's simple ascending order or complex categorized arrangements, sorting demonstrates the harmonious beauty of data.
## Chapter contents
- [11.1   Sorting algorithms](sorting_algorithm.md)
- [11.2   Selection sort](selection_sort.md)
- [11.3   Bubble sort](bubble_sort.md)
- [11.4   Insertion sort](insertion_sort.md)
- [11.5   Quick sort](quick_sort.md)
- [11.6   Merge sort](merge_sort.md)
- [11.7   Heap sort](heap_sort.md)
- [11.8   Bucket sort](bucket_sort.md)
- [11.9   Counting sort](counting_sort.md)
- [11.10   Radix sort](radix_sort.md)
- [11.1   Sorting Algorithms](sorting_algorithm.md)
- [11.2   Selection Sort](selection_sort.md)
- [11.3   Bubble Sort](bubble_sort.md)
- [11.4   Insertion Sort](insertion_sort.md)
- [11.5   Quick Sort](quick_sort.md)
- [11.6   Merge Sort](merge_sort.md)
- [11.7   Heap Sort](heap_sort.md)
- [11.8   Bucket Sort](bucket_sort.md)
- [11.9   Counting Sort](counting_sort.md)
- [11.10   Radix Sort](radix_sort.md)
- [11.11   Summary](summary.md)