Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To add "Valid Sudoku" leetcode problem #175

Open
anmol-tripathi83 opened this issue Oct 16, 2024 · 0 comments
Open

To add "Valid Sudoku" leetcode problem #175

anmol-tripathi83 opened this issue Oct 16, 2024 · 0 comments
Assignees
Labels
hacktoberfest hacktoberfest-2024 hacktoberfest-accepted hacktoberfest-accepted

Comments

@anmol-tripathi83
Copy link
Contributor

anmol-tripathi83 commented 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

@anmol-tripathi83 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
@JenilGajjar20 JenilGajjar20 added hacktoberfest hacktoberfest-2024 hacktoberfest-accepted hacktoberfest-accepted labels Oct 16, 2024
JenilGajjar20 added a commit that referenced this issue Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest hacktoberfest-2024 hacktoberfest-accepted hacktoberfest-accepted
Projects
None yet
Development

No branches or pull requests

2 participants