Merge pull request #263 from FangYuan33/patch-1
fix: 冒泡排序 自适排序 -> 自适应排序
This commit is contained in:
commit
bb44637a4d
@ -228,7 +228,7 @@ comments: true
|
||||
|
||||
**稳定排序**:不交换相等元素。
|
||||
|
||||
**自适排序**:引入 `flag` 优化后(见下文),最佳时间复杂度为 $O(N)$ 。
|
||||
**自适应排序**:引入 `flag` 优化后(见下文),最佳时间复杂度为 $O(N)$ 。
|
||||
|
||||
## 效率优化
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user