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 cea58aa commit c6109f7Copy full SHA for c6109f7
problems/101.symmetric-tree.md
@@ -48,6 +48,8 @@ https://leetcode-cn.com/problems/symmetric-tree/
48
49
这种方法可行,但是需要 N 的空间(N 为节点总数)。我想到如果两者可以同时进行遍历,是不是就省去了哈希表的开销。
50
51
+
52
+
53
如果不明白的话,我举个简单例子:
54
55
```
0 commit comments