Package dsa.lab04.solutions
Class InsertionSorter
java.lang.Object
dsa.lab04.solutions.InsertionSorter
- All Implemented Interfaces:
- Sorter
Insertion sort.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<Item> voidsort(StaticSequence<Item> items, Comparator<Item> comparator) Sorts the given sequence according to the given comparator.
- 
Constructor Details- 
InsertionSorterpublic InsertionSorter()
 
- 
- 
Method Details