mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-25 12:56:29 +08:00
Update intro_to_sort.md (#310)
“运行地快”,本想修正为”运行得快“,但觉得过于口语化,”运行快“更加符合书面用语
This commit is contained in:
parent
1665fe176c
commit
773e718be6
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ comments: true
|
||||||
|
|
||||||
## 理想排序算法
|
## 理想排序算法
|
||||||
|
|
||||||
- **运行地快**,即时间复杂度低;
|
- **运行快**,即时间复杂度低;
|
||||||
- **稳定排序**,即排序后相等元素的相对位置不变化;
|
- **稳定排序**,即排序后相等元素的相对位置不变化;
|
||||||
- **原地排序**,即运行中不使用额外的辅助空间;
|
- **原地排序**,即运行中不使用额外的辅助空间;
|
||||||
- **正向自适应性**,即算法的运行效率不会在某些输入数据下发生劣化;
|
- **正向自适应性**,即算法的运行效率不会在某些输入数据下发生劣化;
|
||||||
|
|
Loading…
Reference in a new issue