Introduction
You Will Know
General Strategies to Traverse a Tree
DFS Pre-order Traversal
DFS In-order Traversal
BFS Post-order Traversal
Why Should You Learn These
Contents
Click
cmd/ctrl
+
option/alt
+
T
to expand all toggles
1. General Strategies to Traverse a Tree
2. DFS Pre-order Traversal
3. DFS In-order Traversal
4. DFS Post-order Traversal
5. BFS Level-order Traversal
Conclusions
References
link1
Further Readings
a further reading for topic 1
Note