Skip to content

Commit 88bacf8

Browse files
fix build
1 parent e65f15f commit 88bacf8

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+1
-1
lines changed

src/main/java/com/fishercoder/solutions/_212.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private TrieNode buildTrie(String[] words) {
7171
}
7272

7373
public static class Solution2 {
74-
public List<String> findWords (char[][] board, String[] words) {
74+
public List<String> findWords(char[][] board, String[] words) {
7575

7676
List<String> result = new ArrayList();
7777
HashSet<String> set = new HashSet();

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy