标签:c style class blog code java
Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules.
The
Sudoku board could be partially filled, where empty cells are filled with the
character ‘.‘
.
A partially filled sudoku which is valid.
Note:
A
valid Sudoku board (partially filled) is not necessarily solvable. Only the
filled cells need to be validated.
标签:c style class blog code java
原文地址:http://www.cnblogs.com/erictanghu/p/3759333.html