C# 클래스 Word_Find_Solver.Trie

파일 보기 프로젝트 열기: andreigec/Word-Find-Solver 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
end bool
thischar char
tn Trie>.Dictionary

공개 메소드들

메소드 설명
AddWord ( string w ) : void
ContainsWord ( String w, bool partial ) : bool

메소드 상세

AddWord() 공개 메소드

public AddWord ( string w ) : void
w string
리턴 void

ContainsWord() 공개 메소드

public ContainsWord ( String w, bool partial ) : bool
w String
partial bool
리턴 bool

프로퍼티 상세

end 공개적으로 프로퍼티

public bool end
리턴 bool

thischar 공개적으로 프로퍼티

public char thischar
리턴 char

tn 공개적으로 프로퍼티

public Dictionary tn
리턴 Trie>.Dictionary