mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-24 02:03:10 +08:00
14 lines
308 B
Markdown
14 lines
308 B
Markdown
# 贪心
|
|
|
|
<div class="center-table" markdown>
|
|
|
|
{ width="600" }
|
|
|
|
</div>
|
|
|
|
!!! abstract
|
|
|
|
向日葵朝着太阳转动,时刻都在追求自身成长的最大可能。
|
|
|
|
贪心策略既直接又高效,在一轮轮简单选择中逐步导向最佳答案。
|