|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jdsl.core.algo.sorts.ListSelectionSortInPlace
| Constructor Summary | |
ListSelectionSortInPlace()
|
|
| Method Summary | |
void |
sort(Sequence S,
Comparator c)
Perform selection-sort, assuming the Sequence is a doubly-linked list. This sort is an analogue of the array-based selection-sort. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ListSelectionSortInPlace()
| Method Detail |
public void sort(Sequence S,
Comparator c)
This sort is an analogue of the array-based selection-sort. All positions before cur store elements in sorted order
S - c -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||