Ejemplo n.º 1
0
 public BoggleSolver(String[] dictionary) {
   for (String word : dictionary) {
     dict.put(word, true);
   }
 }