Opus5
Class Demo5

java.lang.Object
  |
  +--Opus5.Demo5

public class Demo5
extends java.lang.Object

Demonstration program that tests the following classes: GeneralTree, BinaryTree, NaryTree, BinarySearchTree, AVLTree, MWayTree, and BTree.

Version:
$Id: Demo5.java,v 3.5 1998/12/14 02:52:01 brpreiss Exp $
Author:
Bruno R. Preiss, P.Eng.
See Also:
GeneralTree, BinaryTree, NaryTree, BinarySearchTree, AVLTree, MWayTree, BTree

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

Constructor Detail

Demo5

public Demo5()
Method Detail

main

public static void main(java.lang.String[] args)
The (static) main program. Invokes various test routines.
Parameters:
args - The command-line arguments. Ignored.