All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jdsl.core.algo.sorts.ListSelectionSortInPlace
 
 ListSelectionSortInPlace()
	ListSelectionSortInPlace()
   
 sort(Sequence, Comparator)
	sort(Sequence, Comparator)
  This sort is an analogue of the array-based selection-sort.
 
 ListSelectionSortInPlace
ListSelectionSortInPlace
public ListSelectionSortInPlace()
 
 sort
sort
 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
All Packages Class Hierarchy This Package Previous Next Index