Ejemplo n.º 1
0
 public bool HasWord(string prefix)
 {
     return(_dawg.Exists(prefix));
 }