C# 클래스 BoundedSearch, code

파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
EqualRange ( IList values, target ) : int>.Tuple

Same as C++'s equal_range()

LowerBound ( IList values, target, int first, int last ) : int

Same as C++'s lower_bound()

UpperBound ( IList values, target, int first, int last ) : int

Same as C++'s upper_bound()

메소드 상세

EqualRange() 공개 정적인 메소드

Same as C++'s equal_range()
public static EqualRange ( IList values, target ) : int>.Tuple
values IList
리턴 int>.Tuple

LowerBound() 공개 정적인 메소드

Same as C++'s lower_bound()
public static LowerBound ( IList values, target, int first, int last ) : int
values IList
first int
last int
리턴 int

UpperBound() 공개 정적인 메소드

Same as C++'s upper_bound()
public static UpperBound ( IList values, target, int first, int last ) : int
values IList
first int
last int
리턴 int