Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit88b904a

Browse files
committed
Fixed readme.
1 parentb77e4e5 commit88b904a

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/g0501_0600/s0576_out_of_boundary_paths

1 file changed

+1
-1
lines changed

‎src/main/java/g0501_0600/s0576_out_of_boundary_paths/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Given the five integers `m`, `n`, `maxMove`, `startRow`, `startColumn`, return t
3535
importjava.util.Arrays;
3636

3737
publicclassSolution {
38-
privatefinalint[][] dRowCol= {{1,0}, {-1,0}, {0,1}, {0,-1}};
38+
privatefinalint[][] dRowCol= {{1,0}, {-1,0}, {0,1}, {0,-1}};
3939

4040
privateintdfs(intm,intn,intremainingMoves,intcurrRow,intcurrCol,int[][][]cache) {
4141
if (currRow<0|| currRow== m|| currCol<0|| currCol== n) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp