Polish the chapter of heap, introduction, preface.

Replace "其它" with "其他"
This commit is contained in:
krahets
2023-04-09 19:12:37 +08:00
parent 10e2180013
commit 0bec52d7cc
29 changed files with 185 additions and 161 deletions

View File

@@ -10,4 +10,4 @@
![排序算法对比](summary.assets/sorting_algorithms_comparison.png)
- 总体来看,我们追求运行快、稳定、原地、正向自适应性的排序。显然,如同其数据结构与算法一样,同时满足这些条件的排序算法并不存在,我们需要根据问题特点来选择排序算法。
- 总体来看,我们追求运行快、稳定、原地、正向自适应性的排序。显然,如同其数据结构与算法一样,同时满足这些条件的排序算法并不存在,我们需要根据问题特点来选择排序算法。