Method | Description | |
---|---|---|
Insert ( string s, int pos, int freq = 1 ) : int | ||
Search ( string s, int pos ) : |
||
TrieNode ( char ch ) : System |
public Insert ( string s, int pos, int freq = 1 ) : int | ||
s | string | |
pos | int | |
freq | int | |
return | int |
public Search ( string s, int pos ) : |
||
s | string | |
pos | int | |
return |