mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-14 04:30:58 +00:00
build
This commit is contained in:
@@ -11,11 +11,11 @@ icon: material/sort-ascending
|
||||
|
||||
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 categorized arrangements, sorting demonstrates the harmonious beauty of data.
|
||||
From simple ascending order to more complex classification schemes, sorting reveals the harmonious beauty of data.
|
||||
|
||||
## Chapter contents
|
||||
|
||||
- [11.1 Sorting Algorithms](sorting_algorithm.md)
|
||||
- [11.1 Sorting Algorithm](sorting_algorithm.md)
|
||||
- [11.2 Selection Sort](selection_sort.md)
|
||||
- [11.3 Bubble Sort](bubble_sort.md)
|
||||
- [11.4 Insertion Sort](insertion_sort.md)
|
||||
|
||||
Reference in New Issue
Block a user