Class BSTTest

java.lang.Object
  extended byBSTTest

public class BSTTest
extends java.lang.Object

A simple class for testing the binary search tree.


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

Constructor Detail

BSTTest

public BSTTest()
Method Detail

main

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

Parameters:
args - The arguements passed in when the jvm was executed.