We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512ea89 commit e5d97ffCopy full SHA for e5d97ff
Contents/10.Dynamic-Programming/03.Linear-DP/01.Linear-DP-01.md
@@ -2,7 +2,7 @@
2
3
> **线性动态规划**:具有「线性」阶段划分的动态规划方法统称为线性动态规划(简称为「线性 DP」),如下图所示。
4
5
-
+
6
7
如果状态包含多个维度,但是每个维度上都是线性划分的阶段,也属于线性 DP。比如背包问题、区间 DP、数位 DP 等都属于线性 DP。
8
0 commit comments