Skip to content

Commit 7f88af9

Browse files
author
Jeongwon Na
committed
add last line
1 parent 51d3c70 commit 7f88af9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

longest-substring-without-repeating-characters/njngwn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ public int lengthOfLongestSubstring(String s) {
2121

2222
return maxLength;
2323
}
24-
}
24+
}

number-of-islands/njngwn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ public int numIslands(char[][] grid) {
2727

2828
return num;
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)