Skip to content

Commit 31cce73

Browse files
committed
1 parent d526be5 commit 31cce73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

l33tcode/search-a-2d-matrix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from typing import List
22

3+
34
class Solution:
45
def searchMatrix(self, matrix: List[List[int]], target: int) -> bool:
56
if not matrix:

0 commit comments

Comments
 (0)