Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Trie
Tries
C# Class Trie.Tries
Mostra file
Open project: nzhul/TelerikAcademy
Class Usage Examples
Public Methods
Method
Description
Contains
(
string
s
) :
bool
Insert
(
string
s
) :
TrieNode
Private Methods
Method
Description
Contains
(
char
c
,
TrieNode
node
) :
TrieNode
Insert
(
char
c
,
TrieNode
node
) :
TrieNode
Method Details
Contains()
public
method
public
Contains
(
string
s
) :
bool
s
string
return
bool
Insert()
public
method
public
Insert
(
string
s
) :
TrieNode
s
string
return
TrieNode