Opus5
Class Experiment2

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

public class Experiment2
extends java.lang.Object

Measures the running times of various sorters.

Version:
$Id: Experiment2.java,v 3.3 1998/12/14 02:57:41 brpreiss Exp $
Author:
Bruno R. Preiss, P.Eng.

Constructor Summary
Experiment2()
           
 
Method Summary
static void main(java.lang.String[] args)
          Measures the running times of the various sorters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Experiment2

public Experiment2()
Method Detail

main

public static void main(java.lang.String[] args)
Measures the running times of the various sorters.
Parameters:
args - The command-line arguments. Ignored.