fit_sort/sort_algorithm library

Classes

AToZSort
Sorts a list of data in alphabetical order.
SortAlgorithm
Interface for a sorting algorithm to be used with a FitSort.
ZToASort
Sorts a list of data in reversed alphabetical order.