mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-24 02:21:30 +08:00
1. lower-case nouns
2. fix 2 figures 3. Replace some 「」 by “”
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
动态规划的解题流程会因问题的性质和难度而有所不同,但通常遵循以下步骤:描述决策,定义状态,建立 $dp$ 表,推导状态转移方程,确定边界条件等。
|
||||
|
||||
为了更形象地展示解题步骤,我们使用一个经典问题「最小路径和」来举例。
|
||||
为了更形象地展示解题步骤,我们使用一个经典问题“最小路径和”来举例。
|
||||
|
||||
!!! question
|
||||
|
||||
|
||||
Reference in New Issue
Block a user