Package edu.princeton.cs.algs4.growingtree.experiments

Interface Summary
IExperimentLogger<P extends NodeProperties> This class provides the ability to log events in a series of operations.
 

Class Summary
ExperimentTree<P extends NodeProperties> This wraps around the actual tree, keeping track of the root, and passing along calls between the API and the tree (e.g.
RotationHeightLogger<P extends NodeProperties>  
TreeExperiment This is the class analogous to TreeVisualization for experiments.