Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
AdvUtils
Trie
C# 클래스 AdvUtils.Trie
파일 보기
프로젝트 열기: zhongkaifu/AdvUtils
공개 메소드들
메소드
설명
Add
(
string
key
,
int
value
) :
void
Match
(
string
str
,
int
&
data
) :
bool
Trie
( ) :
System
메소드 상세
Add()
공개
메소드
public
Add
(
string
key
,
int
value
) :
void
key
string
value
int
리턴
void
Match()
공개
메소드
public
Match
(
string
str
,
int
&
data
) :
bool
str
string
data
int
리턴
bool
Trie()
공개
메소드
public
Trie
( ) :
System
리턴
System