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 77a4de1

Browse files
增加了力扣题目的链接: 20201003二叉树周末总结.md
增加了力扣题目的链接
1 parent ceec07f commit 77a4de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎problems/周总结/20201003二叉树周末总结.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
而本题的迭代法中我们使用了队列,需要注意的是这不是层序遍历,而且仅仅通过一个容器来成对的存放我们要比较的元素,认识到这一点之后就发现:用队列,用栈,甚至用数组,都是可以的。
1515

1616
那么做完本题之后,在看如下两个题目。
17-
* 100.相同的树
18-
* 572.另一个树的子树
17+
* [100.相同的树](https://leetcode.cn/problems/same-tree/description/)
18+
* [572.另一个树的子树](https://leetcode.cn/problems/subtree-of-another-tree/)
1919

2020
**[二叉树:我对称么?](https://programmercarl.com/0101.对称二叉树.html)中的递归法和迭代法只需要稍作修改其中一个树的遍历顺序,便可刷了100.相同的树。**
2121

0 commit comments

Comments
(0)

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