Introduction
A binary tree can be traversed in preorder, inorder, postorder or level-order
Except the inorder, theses are suitable to be extended to an
N-ary
tree
You Will Know
N-ary Tree Preorder Traversal
N-ary Tree Postorder Traversal
N-aray Tree Level Order Traversal
Why Should You Learn These
Contents
Click
cmd/ctrl
+
option/alt
+
T
to expand all toggles
1. Implementations
Conclusions
References
link1
Further Readings
a further reading for topic 1
Note