Skip to content

Commit e06a1d2

Browse files
authored
Update SUMMARY.md
1 parent 6954cf8 commit e06a1d2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

SUMMARY.md

Lines changed: 10 additions & 10 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)
12-
10. [基数排序](10.radixSort.md)
3+
* [冒泡排序](1.bubbleSort.md)
4+
* [选择排序](2.selectionSort.md)
5+
* [插入排序](3.insertionSort.md)
6+
* [希尔排序](4.shellSort.md)
7+
* [归并排序](5.mergeSort.md)
8+
* [快速排序](6.quickSort.md)
9+
* [堆排序](7.heapSort.md)
10+
* [计数排序](8.countingSort.md)
11+
* [桶排序](9.bucketSort.md)
12+
* [基数排序](10.radixSort.md)

0 commit comments

Comments
 (0)