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

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

공개 메소드들

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

메소드 상세

ComboSort11() 공개 메소드

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

ComboSort11() 공개 메소드

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

Sort() 공개 메소드

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