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