mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-25 00:36:27 +08:00
Update the opening phrase
This commit is contained in:
parent
43ed0e41d6
commit
c7c33f19ac
2 changed files with 2 additions and 2 deletions
|
@ -10,4 +10,4 @@
|
||||||
|
|
||||||
向日葵朝着太阳转动,时刻都在追求自身成长的最大可能。
|
向日葵朝着太阳转动,时刻都在追求自身成长的最大可能。
|
||||||
|
|
||||||
这便是贪心的智慧,一种简单且高效的问题求解策略。
|
贪心策略既直接又高效,在一轮轮简单选择中逐步导向最佳答案。
|
||||||
|
|
|
@ -10,4 +10,4 @@
|
||||||
|
|
||||||
在计算机世界中,散列表如同一位智能的图书管理员。
|
在计算机世界中,散列表如同一位智能的图书管理员。
|
||||||
|
|
||||||
他知道如何有序地组织数据,从而可以通过索书号快速找到目标书籍。
|
他知道如何计算索书号,从而可以快速找到目标书籍。
|
||||||
|
|
Loading…
Reference in a new issue