You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @JenilGajjar20
I am new in contribution, I want_ to contribute by just adding "Valid Sudoko" leetcode problem, therefore kindly merge this issue under hacktober fest 2024
The text was updated successfully, but these errors were encountered:
anmol-tripathi83
changed the title
Hello @JenilGajjar20 I am new in contribution, I want_ to contribute by just adding "Valid Sudoko" leetcode problem, therefore kindly merge this issue under hacktober fest 2024 Problem statement: Valid Sudoko Sample Test Case: Input: board = [["5","3",".",".","7",".",".",".","."] ,["6",".",".","1","9","5",".",".","."] ,[".","9","8",".",".",".",".","6","."] ,["8",".",".",".","6",".",".",".","3"] ,["4",".",".","8",".","3",".",".","1"] ,["7",".",".",".","2",".",".",".","6"] ,[".","6",".",".",".",".","2","8","."] ,[".",".",".","4","1","9",".",".","5"] ,[".",".",".",".","8",".",".","7","9"]] Output: true
To add "Valid Sudoku" leetcode problem
Oct 16, 2024
Hello @JenilGajjar20
I am new in contribution, I want_ to contribute by just adding "Valid Sudoko" leetcode problem, therefore kindly merge this issue under hacktober fest 2024
Problem statement: Valid Sudoko
Sample Test Case: Input: board =
[["5","3",".",".","7",".",".",".","."]
,["6",".",".","1","9","5",".",".","."]
,[".","9","8",".",".",".",".","6","."]
,["8",".",".",".","6",".",".",".","3"]
,["4",".",".","8",".","3",".",".","1"]
,["7",".",".",".","2",".",".",".","6"]
,[".","6",".",".",".",".","2","8","."]
,[".",".",".","4","1","9",".",".","5"]
,[".",".",".",".","8",".",".","7","9"]]
Output: true
The text was updated successfully, but these errors were encountered: