Tree Traversals

Home > Computer Science > Algorithms and data structures > Trees > Tree Traversals

Methods of visiting all the nodes in a tree data structure in a particular order, such as Pre-order, In-order, and Post-order traversals.