Ejemplo n.º 1
0
 public bool PrefixExist(char[] s)
 {
     return(prefixTreeTable.PrefixExist(s));
 }