jds.sort
Class ShellSort

java.lang.Object
  |
  +--jds.sort.ShellSort

public class ShellSort
extends java.lang.Object
implements SortAlgorithm


Constructor Summary
ShellSort(java.util.Comparator t)
           
 
Method Summary
 void sort(Indexed v)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellSort

public ShellSort(java.util.Comparator t)
Method Detail

sort

public void sort(Indexed v)
Specified by:
sort in interface SortAlgorithm