Skip to content

Commit c212f5a

Browse files
committed
Demonstrating how the tree traversal works (DFS-inorder)
1 parent ff1d55d commit c212f5a

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Loading
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
I'm None here! #LEFT (at 0x1038da78)
3+
1
4+
I'm None here! #RIGHT (at 0x1038da78)
5+
6+
2
7+
8+
I'm None here! #LEFT (at 0x1038da7f)
9+
4
10+
I'm None here! #RIGHT (at 0x1038da7f)
11+
12+
5
13+
14+
I'm None here! #LEFT (at 0x1038da8d)
15+
6
16+
17+
I'm None here! #LEFT (at 0x1038da94)
18+
7
19+
I'm None here! #RIGHT (at 0x1038da94)
20+
21+
8
22+
23+
I'm None here! #LEFT (at 0x1038da86)
24+
9
25+
I'm None here! #RIGHT (at 0x1038da86)
26+

0 commit comments

Comments
 (0)