8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65f15f commit 88bacf8Copy full SHA for 88bacf8
src/main/java/com/fishercoder/solutions/_212.java
@@ -71,7 +71,7 @@ private TrieNode buildTrie(String[] words) {
71
}
72
73
public static class Solution2 {
74
- public List<String> findWords (char[][] board, String[] words) {
+ public List<String> findWords(char[][] board, String[] words) {
75
76
List<String> result = new ArrayList();
77
HashSet<String> set = new HashSet();
0 commit comments