We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d526be5 commit 31cce73Copy full SHA for 31cce73
l33tcode/search-a-2d-matrix.py
@@ -1,5 +1,6 @@
1
from typing import List
2
3
+
4
class Solution:
5
def searchMatrix(self, matrix: List[List[int]], target: int) -> bool:
6
if not matrix:
0 commit comments