摘要:
问题: 在Sudoku Solver 中说道,会有一些提示解。这里就是验证下给定的提示解是否合法,即已经填加的数是否满足要求的三个条件。 bool isValidSudoku(vector<vector<char> > &board) { const int M = 9;//9 * 9 const 阅读全文
posted @ 2017-06-12 13:18
mthoutai
阅读(249)
评论(0)
推荐(0)
浙公网安备 33010602011771号