Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 443 Bytes

File metadata and controls

11 lines (6 loc) · 443 Bytes

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 '.'.

Sudoku

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.