Skip to content

Commit e5d97ff

Browse files
committed
Update 01.Linear-DP-01.md
1 parent 512ea89 commit e5d97ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Contents/10.Dynamic-Programming/03.Linear-DP/01.Linear-DP-01.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> **线性动态规划**:具有「线性」阶段划分的动态规划方法统称为线性动态规划(简称为「线性 DP」),如下图所示。
44
5-
![](https://qcdn.itcharge.cn/images/202303122358154.png)
5+
![线性 DP](https://qcdn.itcharge.cn/images/20240514110630.png)
66

77
如果状态包含多个维度,但是每个维度上都是线性划分的阶段,也属于线性 DP。比如背包问题、区间 DP、数位 DP 等都属于线性 DP。
88

0 commit comments

Comments
 (0)