We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3413fcd commit 50ce98fCopy full SHA for 50ce98f
sorts/readme.md
@@ -7,7 +7,7 @@
7
- [插入排序](./insertion_sort)
8
- [希尔排序](./shell_sort)
9
<details>
10
-<summary><mark><font color=darkred>高级排序算法</font></mark></summary>
+<summary><mark><font color=darkred>高级排序算法(分而治之思想)</font></mark></summary>
11
12
- [快速排序](./quick_sort)
13
- [归并排序](./merge_sort)
0 commit comments