We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01716d3 commit 203c155Copy full SHA for 203c155
Algorithms/0036.valid-sudoku/README.md
@@ -1,7 +1,15 @@
1
# [36. Valid Sudoku](https://leetcode.com/problems/valid-sudoku/)
2
3
## 题目
4
+Determine if a Sudoku is valid, according to: [Sudoku Puzzles - The Rules.](http://sudoku.com.au/TheRules.aspx)
5
6
+The Sudoku board could be partially filled, where empty cells are filled with the character '.'.
7
+
8
+
9
+A partially filled sudoku which is valid.
10
11
+Note:
12
+A valid Sudoku board (partially filled) is not necessarily solvable. Only the filled cells need to be validated.
13
14
## 解题思路
15
Algorithms/0036.valid-sudoku/sudoku.png
14.3 KB
0 commit comments