shradha-khapra / ApnaCollege-Alpha

Alpha - Java Placement Course
435 stars 126 forks source link

Sudoku code problem #8

Closed gaurav1832 closed 1 year ago

gaurav1832 commented 1 year ago

I found that the code gives wrong answer for below tc: [["8","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"]]

please correct.