Skip to content

Commit bb2dd53

Browse files
error message in BackTracking.java
1 parent 0bb813d commit bb2dd53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BackTracking.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static boolean isSafe(int board[][], int row, int col, int digit) {
3333
return false;
3434
}
3535
}
36-
this line is an error pavani reddy madam.
36+
this line is an error pavani reddy madam sorry for the delay
3737
// checking in the column
3838
for (int i = 0; i < 9; i++) {
3939
if (board[i][col] == digit) {

0 commit comments

Comments
 (0)