Interface ComparisonSortAlgorithm<E>

All Superinterfaces:
SortAlgorithm<E>
All Known Implementing Classes:
AutoSort, EQSort, FastQSort, HeapSort, JavaSort, QubbleSort, ShellSort

public interface ComparisonSortAlgorithm<E> extends SortAlgorithm<E>
Generalized structure for sort algorithms that are based on comparisons.
Author:
AO Industries, Inc.