コード例 #1
0
 public PolynomialTrie(Trie _main)
 {
     main = _main;
 }
コード例 #2
0
 public PolynomialTrie()
 {
     main = new Trie();
 }