Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
AdvUtils
Trie
C# Class AdvUtils.Trie
Show file
Open project: zhongkaifu/AdvUtils
Public Methods
Method
Description
Add
(
string
key
,
int
value
) :
void
Match
(
string
str
,
int
&
data
) :
bool
Trie
( ) :
System
Method Details
Add()
public
method
public
Add
(
string
key
,
int
value
) :
void
key
string
value
int
return
void
Match()
public
method
public
Match
(
string
str
,
int
&
data
) :
bool
str
string
data
int
return
bool
Trie()
public
method
public
Trie
( ) :
System
return
System