We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66d65e commit 90e16eaCopy full SHA for 90e16ea
src/main/java/com/fishercoder/solutions/_672.java
@@ -63,7 +63,7 @@ public int flipLights(int n, int m) {
63
}
64
65
CommonUtils.print2DIntArray(dp);
66
- return dp[m-1][n-1];
+ return dp[m - 1][n - 1];
67
68
69
0 commit comments