mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-25 04:26:07 +00:00
build
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user