diff --git a/docs/chapter_sorting/intro_to_sort.md b/docs/chapter_sorting/intro_to_sort.md index c4d50c535..2a1c184e7 100644 --- a/docs/chapter_sorting/intro_to_sort.md +++ b/docs/chapter_sorting/intro_to_sort.md @@ -66,7 +66,7 @@ comments: true ## 理想排序算法 -- **运行地快**,即时间复杂度低; +- **运行快**,即时间复杂度低; - **稳定排序**,即排序后相等元素的相对位置不变化; - **原地排序**,即运行中不使用额外的辅助空间; - **正向自适应性**,即算法的运行效率不会在某些输入数据下发生劣化;