auto commit

This commit is contained in:
CyC2018 2019-02-22 18:21:18 +08:00
parent e3645485cd
commit 0733b7e2e9
7 changed files with 1 additions and 1 deletions

View File

@ -2316,7 +2316,7 @@ public void solveSudoku(char[][] board) {
colsUsed[j][num] = true;
cubesUsed[cubeNum(i, j)][num] = true;
}
backtracking(i, 0);
backtracking(0, 0);
}
private boolean backtracking(int row, int col) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
docs/notes/pics/PPjwP.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
docs/pics/PPjwP.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB