|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 of traversal algorithms that operate
on jdsl.core.api.InspectableTree objects. A traversal
algorithm performs operations while visiting the nodes of a tree.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |