Skip to content

Commit a55b07f

Browse files
committed
Update README.md
1 parent 2802c2c commit a55b07f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Arrays
2626

2727
5. Given a boolean matrix mat[M][N] of size M X N, modify it such that if a matrix cell mat[i][j] is 1 (or true)
2828
then make all the cells of ith row and jth column as 1.
29-
Link:
29+
Link: https://github.com/techpanja/interviewproblems/blob/master/src/arrays/fillmatrixwithones/FillBinaryMatrixWithOnes.java
3030

3131
6. Check if a sub-array exists in parent array.
3232
Link: https://github.com/techpanja/interviewproblems/blob/master/src/arrays/findarray/FindArrayImpl.java

0 commit comments

Comments
 (0)