Пример #1
0
 public Trie()
 {
     this.root = new TrieNode();
 }
Пример #2
0
 public Trie()
 {
     this.root = new TrieNode();
 }