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 c0ca2cf commit c134f50Copy full SHA for c134f50
dsa-solutions/lc-solutions/0000-0099/0074-Search-a-2D-Matrix.md
@@ -51,10 +51,10 @@ Target = 13
51
52
### Constraints
53
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>
+- $m == \text{matrix.length}$
+- $n == \text{matrix}[i].\text{length}$
+- $1 \leq m, n \leq 100$
+- $-10^{4} \leq \text{matrix}[i][j], \text{target} \leq 10^{4}$
58
59
### Approach
60
0 commit comments