Skip to content

Commit 63cbf18

Browse files
authored
Updated the 0036-Valid-Sudoku.md.
1 parent ec4d54b commit 63cbf18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dsa-solutions/lc-solutions/0000-0099/0036-Valid-Sudoku.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ Only the filled cells need to be validated according to the mentioned rules.
5959
,[".",".",".",".","8",".",".","7","9"]]
6060
```
6161
**Output:** false
62-
<br>
6362

6463
**Explanation**: Same as Example 1, except with the 5 in the top left corner being modified to 8. Since there are two 8's in the top left $3 \times 3$ sub-box, it is invalid.
6564

0 commit comments

Comments
 (0)