Skip to content

Commit c134f50

Browse files
authored
Updates 0074-Search-a-2D-Matrix.md
1 parent c0ca2cf commit c134f50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dsa-solutions/lc-solutions/0000-0099/0074-Search-a-2D-Matrix.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ Target = 13
5151

5252
### Constraints
5353

54-
- m == matrix.length
55-
- n == matrix[i].length
56-
- 1 <= m, n <= 100
57-
- -10<sup>4</sup> <= matrix[i][j], target <= 10<sup>4</sup>
54+
- $m == \text{matrix.length}$
55+
- $n == \text{matrix}[i].\text{length}$
56+
- $1 \leq m, n \leq 100$
57+
- $-10^{4} \leq \text{matrix}[i][j], \text{target} \leq 10^{4}$
5858

5959
### Approach
6060

0 commit comments

Comments
 (0)