edu.washington.lib.utilities
Class ShellSort

java.lang.Object
  extended by edu.washington.lib.utilities.ShellSort

public class ShellSort
extends java.lang.Object


Constructor Summary
ShellSort()
           
 
Method Summary
static void sort(Sortable[] a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellSort

public ShellSort()
Method Detail

sort

public static void sort(Sortable[] a)