Skip to content

Commit

Permalink
Update intro_to_sort.md
Browse files Browse the repository at this point in the history
字符缺失 : "相等素"->"相等元素"
  • Loading branch information
iron-irax authored Dec 16, 2022
1 parent 8d6e448 commit 15e9649
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 @@ -20,7 +20,7 @@ comments: true
### 稳定性

- 「稳定排序」在完成排序后,**不改变** 相等元素在数组中的相对顺序。
- 「非稳定排序」在完成排序后,相等素在数组中的相对位置 **可能被改变**
- 「非稳定排序」在完成排序后,相等元素在数组中的相对位置 **可能被改变**

假设我们有一个存储学生信息当表格,第 1, 2 列分别是姓名和年龄。那么在以下示例中,「非稳定排序」会导致输入数据的有序性丢失。因此「稳定排序」是很好的特性,**在多级排序中是必须的**

Expand Down

0 comments on commit 15e9649

Please sign in to comment.