applications
Class RankSort1

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

public class RankSort1
extends java.lang.Object


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

RankSort1

public RankSort1()
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