Skip to content

Commit 37e3d79

Browse files
refactor 59
1 parent 60ab030 commit 37e3d79

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/_59.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public int[][] generateMatrix(int n) {
1111
if (n == 0) {
1212
return matrix;
1313
}
14+
1415
int value = 1;
1516
int top = 0;
1617
int bottom = n - 1;

0 commit comments

Comments
 (0)