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 3cb6dd0 commit 4353f5fCopy full SHA for 4353f5f
csharp/74-Search-a-2D-Matrix.cs renamed to csharp/74-Search-A-2D-Matrix.cs
@@ -25,4 +25,4 @@ public bool SearchMatrix(int[][] matrix, int target) {
25
26
return false;
27
}
28
-}
+}
0 commit comments