Rickety-Code / DSA-Problems

1 stars 6 forks source link

Add code (Java) for Arrays/Validate Sudoku #19

Closed Rickety-Code closed 2 years ago

Pratham1807 commented 2 years ago

Would like to work on this issue.

Pratham1807 commented 2 years ago

How are empty cells denoted? For 2nd functionality

Rickety-Code commented 2 years ago

Updated the question description with following constraint => board[i][j] is a digit 1-9 or '.'