mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 21:06:29 +08:00
b39c2a94d3
Move docs/overrides to overrides/. Other fine tunes.
13 lines
296 B
Markdown
13 lines
296 B
Markdown
# 贪心
|
|
|
|
<div class="center-table" markdown>
|
|
|
|
![贪心](../assets/covers/chapter_greedy.jpg){ width="600" }
|
|
|
|
</div>
|
|
|
|
!!! abstract
|
|
|
|
向日葵朝着太阳转动,时刻都在追求自身成长的最大可能。
|
|
|
|
贪心策略在一轮轮的简单选择中,逐步导向最佳的答案。
|