Skip to content

Commit 203c155

Browse files
aQuaaQua
aQua
authored and
aQua
committed
adding Problem 36
1 parent 01716d3 commit 203c155

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Algorithms/0036.valid-sudoku/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# [36. Valid Sudoku](https://leetcode.com/problems/valid-sudoku/)
22

33
## 题目
4+
Determine if a Sudoku is valid, according to: [Sudoku Puzzles - The Rules.](http://sudoku.com.au/TheRules.aspx)
45

6+
The Sudoku board could be partially filled, where empty cells are filled with the character '.'.
7+
![sudoku](sudoku.png)
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.
513

614
## 解题思路
715

14.3 KB
Loading

0 commit comments

Comments
 (0)