Skip to content

Commit 00696d4

Browse files
committed
readme
1 parent d71ff10 commit 00696d4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.obsidian/
2+
obsidian.css
3+
template.md

Tree/589. N叉树的前序遍历.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
例如,给定一个 3叉树 :
55

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]]
88

99
返回其前序遍历: [1,3,5,6,2,4]
1010

readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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)

0 commit comments

Comments
 (0)