mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-05 03:30:30 +08:00
deploy
This commit is contained in:
@@ -3316,6 +3316,11 @@
|
||||
<div class="center-table">
|
||||
<p><img alt="动态规划" src="../assets/covers/chapter_dynamic_programming.jpg" width="600" /></p>
|
||||
</div>
|
||||
<div class="admonition abstract">
|
||||
<p class="admonition-title">Abstract</p>
|
||||
<p>小溪汇入河流,江河汇入大海。</p>
|
||||
<p>动态规划将小问题的解汇集成大问题的答案,一步步引领我们走向解决问题的彼岸。</p>
|
||||
</div>
|
||||
<h2 id="_1">本章内容<a class="headerlink" href="#_1" title="Permanent link">¶</a></h2>
|
||||
<ul>
|
||||
<li><a href="https://www.hello-algo.com/chapter_dynamic_programming/intro_to_dynamic_programming/">14.1 初探动态规划</a></li>
|
||||
|
||||
Reference in New Issue
Block a user