C# 클래스 Orc.Sort.NSort.SelectionSort

상속: SwapSorter
파일 보기 프로젝트 열기: WildGums/Orc.Sort

공개 메소드들

메소드 설명
SelectionSort ( ) : System.Collections
SelectionSort ( IComparer comparer, ISwap swapper ) : System.Collections
Sort ( IList list ) : void

메소드 상세

SelectionSort() 공개 메소드

public SelectionSort ( ) : System.Collections
리턴 System.Collections

SelectionSort() 공개 메소드

public SelectionSort ( IComparer comparer, ISwap swapper ) : System.Collections
comparer IComparer
swapper ISwap
리턴 System.Collections

Sort() 공개 메소드

public Sort ( IList list ) : void
list IList
리턴 void