Package nz.ac.waikato.jdsl.core.algo.traversals

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.
 



Copyright © 2009 ModelJUnit Project. All Rights Reserved.