kthsmallest
Class Main

java.lang.Object
  extended by kthsmallest.Main

public class Main
extends java.lang.Object

Main class of Assignment 1: runs a series of tests of kSmall method.


Constructor Summary
Main()
          Creates a new instance of Main
 
Method Summary
static void main(java.lang.String[] args)
          Creates Main object to run the tests.
 void printNumbers()
          Prints the numbers in array
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Creates a new instance of Main

Method Detail

printNumbers

public void printNumbers()
Prints the numbers in array


main

public static void main(java.lang.String[] args)
Creates Main object to run the tests.

Parameters:
args - the command line arguments