Tree - (Traversal|Search)
Table of Contents
About
In computer science, tree traversal (also known as tree search) refers to the process of visiting (examining and/or updating) each node in a tree data structure, exactly once, in a systematic way.
Tree traversal is a graph traversal.
Articles Related
Order
How a tree is traversed is called the order.
For example, see Tree - Order