lapisx.sort
Class Quicksort

java.lang.Object
  extended bylapisx.sort.Quicksort

public abstract class Quicksort
extends Object


Constructor Summary
Quicksort()
           
 
Method Summary
static void sort(Sortable a)
           
static void sort(Sortable2 a)
           
static void sort(Sortable2 a, int p, int r)
           
static void sort(Sortable a, int p, int r)
           
static SortableList sort(SortableList l)
           
static SortableList sort(SortableList l, int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Quicksort

public Quicksort()
Method Detail

sort

public static void sort(Sortable a)

sort

public static void sort(Sortable a,
                        int p,
                        int r)

sort

public static void sort(Sortable2 a)

sort

public static void sort(Sortable2 a,
                        int p,
                        int r)

sort

public static SortableList sort(SortableList l,
                                int n)

sort

public static SortableList sort(SortableList l)