Competitive-Programming_problems icon indicating copy to clipboard operation
Competitive-Programming_problems copied to clipboard

To add "Valid Sudoku" leetcode problem

Open anmol-tripathi83 opened this issue 1 year ago • 0 comments

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 avatar Oct 16 '24 08:10 anmol-tripathi83