Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 449 Bytes

File metadata and controls

22 lines (11 loc) · 449 Bytes

Problem 22: Generate Parentheses

Difficulty: Medium

Problem

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

Note:

A valid Sudoku board (partially filled) is not necessarily solvable. Only the filled cells need to be validated.

Example

None :(