Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
| Interface | Description |
|---|---|
| ComparisonSortAlgorithm<E> |
Generalized structure for sort algorithms that are based on comparisons.
|
| IntegerSortAlgorithm |
A sort implementation that sorts int[] primitives as was as integer representation of numeric objects.
|
| SortAlgorithm<E> |
Generalized structure for sort algorithms.
|
| Class | Description |
|---|---|
| AutoSort |
Attempts to automatically select the best sort algorithm based on information
available in the list.
|
| EQSort |
An enhanced quick sort demonstration algorithm
SortAlgorithm.java, Thu Oct 27 10:32:35 1994
|
| FastQSort |
A quick sort demonstration algorithm
SortAlgorithm.java
|
| HeapSort |
A heap sort demonstration algorithm
SortAlgorithm.java, Thu Oct 27 10:32:35 1994
|
| IntegerRadixSort |
A radix sort implementation for numeric data, sorting by its integer representation.
|
| IntegerRadixSortExperimental |
A radix sort implementation for numeric data, sorting by its integer representation.
|
| IntValueComparator |
Orders numbers by their integer representation.
|
| JavaSort |
A sort algorithm using the standard Java sort methods.
|
| QubbleSort |
An quick sort with buble sort speedup demonstration algorithm
SortAlgorithm.java, Thu Oct 27 10:32:35 1994
|
| ShellSort |
A shell sort demonstration algorithm
SortAlgorithm.java, Thu Oct 27 10:32:35 1994
Note: Invented by Donald Lewis Shell [CACM, July, 1959, pages 30-32]
|
| SortStatistics |
Sorting statistics to help determine best algorithm for a specific task.
|
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.