Valid Sudoku Initialization
This commit is contained in:
parent
ade978c89c
commit
ed861eb628
7
NeetCodeRoadmap/Arrays_and_Hashing/36_Valid_Sudoku.py
Normal file
7
NeetCodeRoadmap/Arrays_and_Hashing/36_Valid_Sudoku.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
def isValidSudoku(self, board):
|
||||||
|
"""
|
||||||
|
:type board: List[List[str]]
|
||||||
|
:rtype: bool
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user