Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 553 Bytes

File metadata and controls

14 lines (8 loc) · 553 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 '.'.

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.

Show Tags Hash Table