public abstract class EulerTour<E,R>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
EulerTour.TourResult<R> |
Constructor and Description |
---|
EulerTour() |
Modifier and Type | Method and Description |
---|---|
abstract R |
execute(BinaryTree<E> T)
Execution of the traversal.
|
public abstract R execute(BinaryTree<E> T)