Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 06782a5

Browse files
committed
Update 01.Tree-DP.md
1 parent a995573 commit 06782a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Contents/10.Dynamic-Programming/06.Tree-DP/01.Tree-DP.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> **树形动态规划**:简称为「树形 DP」,是一种在树形结构上进行推导的动态规划方法。如下图所示,树形 DP 的求解过程一般以节点从深到浅(子树从小到大)的顺序作为动态规划的「阶段」。在树形 DP 中,第 1ドル$ 维通常是节点编号,代表以该节点为根的子树。
44
5-
![](https://qcdn.itcharge.cn/images/20230418114342.png)
5+
![树形 DP](https://qcdn.itcharge.cn/images/20240514113355.png)
66

77
树形 DP 问题的划分方法有多种方式。
88

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /