public interface ArraySortingAlgorithm
| Modifier and Type | Method and Description |
|---|---|
void |
sort(ArraySortingGopher gopher)
Does the job using the given gopher.
|
void |
sort(ArraySortingGopher gopher,
int start,
int end)
Does the job using the given gopher over the given range.
|
void sort(ArraySortingGopher gopher)
void sort(ArraySortingGopher gopher, int start, int end)