Opus5
Class Demo6

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

public class Demo6
extends java.lang.Object

Demonstration program that tests the following classes: BinaryHeap, LeftistHeap, BinomialQueue, and Deap.

Version:
$Id: Demo6.java,v 3.4 1998/12/14 02:52:01 brpreiss Exp $
Author:
Bruno R. Preiss, P.Eng.
See Also:
BinaryHeap, LeftistHeap, BinomialQueue, Deap

Constructor Summary
Demo6()
           
 
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

Demo6

public Demo6()
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.