Skip to content

Commit

Permalink
Update intro_to_sort.md (krahets#310)
Browse files Browse the repository at this point in the history
“运行地快”,本想修正为”运行得快“,但觉得过于口语化,”运行快“更加符合书面用语
  • Loading branch information
xjr7670 authored Jan 30, 2023
1 parent 1665fe1 commit 773e718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chapter_sorting/intro_to_sort.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ comments: true

## 理想排序算法

- **运行地快**,即时间复杂度低;
- **运行快**,即时间复杂度低;
- **稳定排序**,即排序后相等元素的相对位置不变化;
- **原地排序**,即运行中不使用额外的辅助空间;
- **正向自适应性**,即算法的运行效率不会在某些输入数据下发生劣化;
Expand Down

0 comments on commit 773e718

Please sign in to comment.