edu.princeton.cs.algs4.growingtree.demos
Class GrowingTreeDemo

java.lang.Object
  extended by edu.princeton.cs.algs4.growingtree.demos.GrowingTreeDemo

public class GrowingTreeDemo
extends java.lang.Object

This is a demo to instantiate each of the trees implemented in this package.

Author:
Josh Israel

Constructor Summary
GrowingTreeDemo()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrowingTreeDemo

public GrowingTreeDemo()
Method Detail

main

public static void main(java.lang.String[] args)