Package org.amino.alg.sort

Provides classes and interfaces for parallel QuickSort and other common sorting algorithms

See:
          Description

Interface Summary
Sorter Interface Sorter
 

Class Summary
AbstractSorter This is the abstract sorting class that implements the Sorter interface.
DefaultSorter This is the simple default sorter class.
InsertionSorter This class implements the basic Insertion sorting algorithm.
ParallelQuickSorterWorkStealing This class provides a parallel quicksort implementation using a dynamic master-worker pattern.
QuickSorter This class implements the basic sequential quicksort algorithm.
 

Package org.amino.alg.sort Description

Provides classes and interfaces for parallel QuickSort and other common sorting algorithms



Copyright © 2008. All Rights Reserved.