mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-24 10:14:44 +08:00
Move docs/* to docs/zh/*
This commit is contained in:
13
docs/zh/chapter_greedy/index.md
Normal file
13
docs/zh/chapter_greedy/index.md
Normal file
@ -0,0 +1,13 @@
|
||||
# 贪心
|
||||
|
||||
<div class="center-table" markdown>
|
||||
|
||||
{ width="600" }
|
||||
|
||||
</div>
|
||||
|
||||
!!! abstract
|
||||
|
||||
向日葵朝着太阳转动,时刻都在追求自身成长的最大可能。
|
||||
|
||||
贪心策略在一轮轮的简单选择中,逐步导向最佳的答案。
|
Reference in New Issue
Block a user