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