Package dsa.lab04.exercises
Class SelectionSorter
java.lang.Object
dsa.lab04.exercises.SelectionSorter
- All Implemented Interfaces:
Sorter
Selection sort.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<Item> void
sort
(StaticSequence<Item> items, Comparator<Item> comparator) Sorts the given sequence according to the given comparator.
-
Constructor Details
-
SelectionSorter
public SelectionSorter()
-
-
Method Details