Skip to content

Commit 441dba7

Browse files
committed
FiveChessman
1 parent b0e4e32 commit 441dba7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dfs/FiveChessman.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ public static Coordinate findWinHelp(int[][] in, int col, int row, int side, int
122122
return null;
123123
}
124124

125-
126125
visit[row][col].rightDown = true;
127126

128127
// right down

0 commit comments

Comments
 (0)