Skip to content

Commit 8c24ec2

Browse files
committed
Update 01.Tree-DP.md
1 parent c44bab0 commit 8c24ec2

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
@@ -265,7 +265,7 @@ class Solution:
265265
**说明**
266266

267267
- **树的高度**:指根节点和叶子节点之间最长向下路径上边的数量。
268-
- $1 \le n \le 2 * 10^4$。
268+
- $1 \le n \le 2 \times 10^4$。
269269
- $edges.length == n - 1$。
270270
- $0 \le ai, bi < n$。
271271
- $ai \ne bi$。

0 commit comments

Comments
 (0)