JenilGajjar20 / JenilGajjar20/Competitive-Programming_problems

To add "Valid Sudoku" leetcode problem

Abierto
#175 0 comentarios 0 reacciones 1 asignado Reclamado por @anmol-tripathi83 Ver en GitHub
hacktoberfest hacktoberfest-accepted
Lenguaje dominante
C++
Estrellas
18
Forks
75
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.