applications
Class RankSort2

java.lang.Object
  |
  +--applications.RankSort2

public class RankSort2
extends java.lang.Object


Constructor Summary
RankSort2()
           
 
Method Summary
static void main(java.lang.String[] args)
          test program
static void rankSort(java.lang.Comparable[] a)
          sort the array a using the rank sort method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RankSort2

public RankSort2()
Method Detail

rankSort

public static void rankSort(java.lang.Comparable[] a)
sort the array a using the rank sort method

main

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