Platypus logo

QuickSort Class Library

Version 1.0

 

The QuickSort Class Library provides various sort methods using the quicksort algorithm. These include a simple static method to sort basic data types within a Vector, to a user specified priority threaded method for sorting objects implementing Plugged In's SortInterface.

Refer to the Javadoc documentation for details on Plugged In's SortInterface and the methods and options available within QuickSort.
If you have purchased the source to this product, the source files can be located in the heirarchy under the AU subdirectory.

License Information This version of QuickSort is released as part of the Platypus toolset and is released under the GNU LGPL license.

 
Javadoc API information Standard Javadoc pages are included that detail the various methods, variables, packages, etc. available.
Examples To see some examples for using this package, refer to the example source code included.

Plugged In Open Source logo