Skip to content

Commit bb44637

Browse files
authored
Merge pull request krahets#263 from FangYuan33/patch-1
fix: 冒泡排序 自适排序 -> 自适应排序
2 parents 004f570 + 52d5258 commit bb44637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/chapter_sorting/bubble_sort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ comments: true
228228

229229
**稳定排序**:不交换相等元素。
230230

231-
**自适排序**:引入 `flag` 优化后(见下文),最佳时间复杂度为 $O(N)$ 。
231+
**自适应排序**:引入 `flag` 优化后(见下文),最佳时间复杂度为 $O(N)$ 。
232232

233233
## 效率优化
234234

0 commit comments

Comments
 (0)