Skip to content

Commit d7eb968

Browse files
refactor 243
1 parent b3ecd3a commit d7eb968

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
public class _243 {
44
public static class Solution1 {
5+
56
public int shortestDistance(String[] words, String word1, String word2) {
67
int p = -1;
78
int q = -1;

0 commit comments

Comments
 (0)