JenilGajjar20 / JenilGajjar20/Competitive-Programming_problems

To add "Valid Sudoku" leetcode problem

未关闭
#175 0 条评论 0 个 reaction 已指派 1 人 已被 @anmol-tripathi83 认领 在 GitHub 查看
hacktoberfest hacktoberfest-accepted
主要语言
C++
星标
18
派生
75
PR 合并指标
30 天内没有已合并 PR

描述

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

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。