Search
⌘K

Leetcode 36. Valid Sudoku

Check a 9x9 Sudoku board is valid by verifying that no digit 1–9 (ignoring '.') appears more than once in any row, column, or 3x3 sub-box. Return true if all these constraints hold for the partially filled board.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.