mirror of
https://github.com/krahets/hello-algo.git
synced 2025-08-02 11:33:18 +08:00
Move docs/* to docs/zh/*
This commit is contained in:
13
docs/zh/chapter_dynamic_programming/index.md
Normal file
13
docs/zh/chapter_dynamic_programming/index.md
Normal file
@ -0,0 +1,13 @@
|
||||
# 动态规划
|
||||
|
||||
<div class="center-table" markdown>
|
||||
|
||||
{ width="600" }
|
||||
|
||||
</div>
|
||||
|
||||
!!! abstract
|
||||
|
||||
小溪汇入河流,江河汇入大海。
|
||||
|
||||
动态规划将小问题的解汇集成大问题的答案,一步步引领我们走向解决问题的彼岸。
|
Reference in New Issue
Block a user