Package jdsl.core.algo.traversals

Package of traversal algorithms that operate on jdsl.core.api.InspectableTree objects.   A traversal algorithm performs operations while visiting the nodes of a tree.

See:
          Description

Class Summary
EulerTour The EulerTour algorithm is a tree traversal that can be informally described as a walk around tree T, where we start by going from the root towards its left child, viewing the edges of T as being "walls" that we always keep to our left.
 

Package jdsl.core.algo.traversals Description

Package of traversal algorithms that operate on jdsl.core.api.InspectableTree objects.   A traversal algorithm performs operations while visiting the nodes of a tree.