vipratech.util
Class QuickSort

java.lang.Object
  |
  +--vipratech.util.QuickSort

public class QuickSort
extends java.lang.Object


Constructor Summary
QuickSort()
           
 
Method Summary
static int partitionIt(int left, int right, double pivot)
           
static void recQuickSort(int left, int right)
           
static double[] sort(double[] _theArray)
           
static void swap(int dex1, int dex2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickSort

public QuickSort()
Method Detail

sort

public static double[] sort(double[] _theArray)

recQuickSort

public static void recQuickSort(int left,
                                int right)

partitionIt

public static int partitionIt(int left,
                              int right,
                              double pivot)

swap

public static void swap(int dex1,
                        int dex2)

dathe@chemie.uni-leipzig.de"

http://leipzig.vernetztes-studium.de