diff --git a/chapter_greedy/index.md b/chapter_greedy/index.md index c86db27e8..36885f871 100644 --- a/chapter_greedy/index.md +++ b/chapter_greedy/index.md @@ -16,7 +16,7 @@ status: new 向日葵朝着太阳转动,时刻都在追求自身成长的最大可能。 - 这便是贪心的智慧,一种简单且高效的问题求解策略。 + 贪心策略既直接又高效,在一轮轮简单选择中逐步导向最佳答案。 ## 本章内容 diff --git a/chapter_hashing/index.md b/chapter_hashing/index.md index fbd6af673..ed9b6b3b0 100644 --- a/chapter_hashing/index.md +++ b/chapter_hashing/index.md @@ -15,7 +15,7 @@ icon: material/table-search 在计算机世界中,散列表如同一位智能的图书管理员。 - 他知道如何有序地组织数据,从而可以通过索书号快速找到目标书籍。 + 他知道如何计算索书号,从而可以快速找到目标书籍。 ## 本章内容