Skip to content

Commit 104d4e3

Browse files
authored
Update 20201010二叉树周末总结.md
1 parent bafc930 commit 104d4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/周总结/20201010二叉树周末总结.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
**构造二叉树有三个注意的点:**
5757

58-
* 分割时候,坚持区间不变量原则,左闭右开,或者左闭又闭
58+
* 分割时候,坚持区间不变量原则,左闭右开,或者左闭右闭
5959
* 分割的时候,注意后序 或者 前序已经有一个节点作为中间节点了,不能继续使用了。
6060
* 如何使用切割后的后序数组来切合中序数组?利用中序数组大小一定是和后序数组的大小相同这一特点来进行切割。
6161

0 commit comments

Comments
 (0)