Class Test

java.lang.Object
  |
  +--Test

class Test
extends java.lang.Object

Class for testing the trees


Constructor Summary
(package private) Test()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

Test()
Method Detail

main

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

Parameters:
args - command line arguments: a list of integers to be inserted into the tree. The tree is then printed.