摘要: Write a program to solve a Sudoku puzzle by filling the empty cells. A sudoku solution must satisfy all of the following rules: Each of the digits 1-9 阅读全文
posted @ 2015-04-13 12:22 Grandyang 阅读(21171) 评论(5) 推荐(2)
摘要: Determine if a 9 x 9 Sudoku board is valid. Only the filled cells need to be validated according to the following rules: Each row must contain the dig 阅读全文
posted @ 2015-04-13 07:05 Grandyang 阅读(22542) 评论(4) 推荐(3)
Fork me on GitHub