The process of visiting each node in a tree based on certain criterion.
The process of visiting each node in a tree based on certain criterion.
Use this tag for programming questions related to traversal of all types of trees.
See also:
- Tree-traversal is special case of graph-traversal.