|
37 | 37 | <p><strong class="example">Example 1:</strong></p>
|
38 | 38 | <img src="https://fastly.jsdelivr.net/gh/doocs/leetcode@main/solution/0000-0099/0036.Valid%20Sudoku/images/250px-Sudoku-by-L2G-20050714.svg.png" style="height:250px; width:250px" />
|
39 | 39 | <pre>
|
40 |
| -<strong>Input:</strong> board = |
| 40 | +<strong>Input:</strong> board = |
41 | 41 | [["5","3",".",".","7",".",".",".","."]
|
42 | 42 | ,["6",".",".","1","9","5",".",".","."]
|
43 | 43 | ,[".","9","8",".",".",".",".","6","."]
|
|
53 | 53 | <p><strong class="example">Example 2:</strong></p>
|
54 | 54 |
|
55 | 55 | <pre>
|
56 |
| -<strong>Input:</strong> board = |
| 56 | +<strong>Input:</strong> board = |
57 | 57 | [["8","3",".",".","7",".",".",".","."]
|
58 | 58 | ,["6",".",".","1","9","5",".",".","."]
|
59 | 59 | ,[".","9","8",".",".",".",".","6","."]
|
|
0 commit comments