File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ .obsidian /
2
+ obsidian.css
3
+ template.md
Original file line number Diff line number Diff line change 3
3
4
4
例如,给定一个 3叉树 :
5
5
6
- ![ [ Pasted image 20200922222113.png]]
7
-
6
+ ![ Pasted image 20200922222113.png] ( https://github.com/Coder-AndyLee/LeetCodeNotes/blob/master/pic/Pasted%20image%2020200922222113.png )
7
+ ![ [ Pasted image 20200922222113.png ]]
8
8
9
9
返回其前序遍历: [ 1,3,5,6,2,4] 。
10
10
Original file line number Diff line number Diff line change
1
+ # 树
2
+ [ 102. 二叉树的层序遍历] ( https://github.com/Coder-AndyLee/LeetCodeNotes/blob/master/Tree/102.%20%E4%BA%8C%E5%8F%89%E6%A0%91%E7%9A%84%E5%B1%82%E5%BA%8F%E9%81%8D%E5%8E%86.md )
3
+ [ 589. N叉树的前序遍历] ( https://github.com/Coder-AndyLee/LeetCodeNotes/blob/master/Tree/589.%20N%E5%8F%89%E6%A0%91%E7%9A%84%E5%89%8D%E5%BA%8F%E9%81%8D%E5%8E%86.md )
4
+ [ 102. 二叉树的层序遍历] (Tree/102. 二叉树的层序遍历.md)
You can’t perform that action at this time.
0 commit comments