Skip to content

Commit

Permalink
Rename 74-Search-a-2D-Matrix.c to 74-Search-A-2D-Matrix.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad-A0 authored Sep 4, 2022
1 parent 90702c2 commit 4f8082e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/74-Search-a-2D-Matrix.c → c/74-Search-A-2D-Matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ bool searchMatrix(int** matrix, int matrixSize, int* matrixColSize, int target){

return false;

}
}

0 comments on commit 4f8082e

Please sign in to comment.