asd_library.tree.bstree
Class BSTtreeDemo

java.lang.Object
  |
  +--asd_library.tree.bstree.BSTtreeDemo

public class BSTtreeDemo
extends java.lang.Object

Test Class of BSTree


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

Field Detail

MAXVAL

public static final int MAXVAL
See Also:
Constant Field Values
Constructor Detail

BSTtreeDemo

public BSTtreeDemo()
Method Detail

main

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