Move docs/zh back to docs.

Move docs/overrides to overrides/.
Other fine tunes.
This commit is contained in:
krahets
2023-10-08 04:25:06 +08:00
parent f62256bee1
commit b39c2a94d3
615 changed files with 3 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
# 动态规划
<div class="center-table" markdown>
![动态规划](../assets/covers/chapter_dynamic_programming.jpg){ width="600" }
</div>
!!! abstract
小溪汇入河流,江河汇入大海。
动态规划将小问题的解汇集成大问题的答案,一步步引领我们走向解决问题的彼岸。