| BinaryInsertSort |
A class containing an implementation of binary insertion sort.
|
| BubbleSort |
A class containing an implementation of bubble sort.
|
| Cell |
Helper class to store a single unit of data.
|
| CellMapper |
A unit for converting received data from the format received from the client to the one used internally.
|
| InsertSort |
A class containing an implementation of insertion sort.
|
| Measurer |
Measuring class for managing and obtaining results of sorting runs.
|
| MergeSort |
A class containing an implementation of merge sort.
|
| QuickSort |
A class containing an implementation of quicksort.
|
| Result |
A simple class for holding results of a sorting run.
|
| Scrambler |
A simple class for scrambling input data intended for testing performance under different circumstances.
|
| SelectionSort |
A class containing an implementation of selection sort.
|
| Sorter |
Sorting handler used by higher-level logic.
|
| SortService |
Logic handler for the REST service
|