2 test cases coming wrong

i have 2 test cases not working

hello @raghavkhaterpal
wait i m checking

u just have to check whether the given configuration is correct or not.

yea but i am getting wrong test cases

u have misintrpreted the question.
in this problem u just have to check whether the given configuration is valid or not.
i,e whether all the conditons of sudoku is sattisfied or not.
all row must contain unique number
all col must contain unique number
3x3 must contain unique number.
so u just have to check for these condtion.(no need to solve the existing sudoku)
refer the codee i shared above

ohhh thanks got ittttttttttt