Skip to content

Commit 4b35c2d

Browse files
refactor 966
1 parent 0c582ce commit 4b35c2d

File tree

1 file changed

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

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public String[] spellchecker(String[] wordlist, String[] queries) {
1717
if (!caseMap.containsKey(word.toLowerCase())) {
1818
caseMap.put(word.toLowerCase(), word);
1919
}
20-
2120
set.add(word);
2221
}
2322

@@ -43,7 +42,6 @@ public String[] spellchecker(String[] wordlist, String[] queries) {
4342
ans[i] = "";
4443
}
4544
}
46-
4745
return ans;
4846
}
4947

@@ -55,7 +53,6 @@ private String makeGenericVowel(String s) {
5553
ch[i] = '#';
5654
}
5755
}
58-
5956
return String.valueOf(ch);
6057
}
6158
}

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