Skip to content

Commit ce2cb8f

Browse files
committed
summary
1 parent 207a1cd commit ce2cb8f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

SUMMARY.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Summary
22

3-
1. [冒泡排序](1.bubbleSort.md)
4-
2. [选择排序](2.selectionSort.md)
5-
3. [插入排序](3.insertionSort.md)
6-
4. [希尔排序](4.shellSort.md)
7-
5. [归并排序](5.mergeSort.md)
8-
6. [快速排序](6.quickSort.md)
9-
7. [堆排序](7.heapSort.md)
10-
8. [计数排序](8.countingSort.md)
11-
9. [桶排序](9.bucketSort.md)
3+
1. [冒泡排序](01.bubbleSort.md)
4+
2. [选择排序](02.selectionSort.md)
5+
3. [插入排序](03.insertionSort.md)
6+
4. [希尔排序](04.shellSort.md)
7+
5. [归并排序](05.mergeSort.md)
8+
6. [快速排序](06.quickSort.md)
9+
7. [堆排序](07.heapSort.md)
10+
8. [计数排序](08.countingSort.md)
11+
9. [桶排序](09.bucketSort.md)
1212
10. [基数排序](10.radixSort.md)

0 commit comments

Comments
 (0)