You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# 动态规划
|
|
|
|
|
|
|
|
<div class="center-table" markdown>
|
|
|
|
|
|
|
|
![动态规划](../assets/covers/chapter_dynamic_programming.jpg)
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
!!! abstract
|
|
|
|
|
|
|
|
小溪汇入河流,江河汇入大海。
|
|
|
|
|
|
|
|
动态规划将小问题的解汇集成大问题的答案,一步步引领我们走向解决问题的彼岸。
|