We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2802c2c commit a55b07fCopy full SHA for a55b07f
1 file changed
README.md
@@ -26,7 +26,7 @@ Arrays
26
27
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)
28
then make all the cells of ith row and jth column as 1.
29
- Link:
+ Link: https://github.com/techpanja/interviewproblems/blob/master/src/arrays/fillmatrixwithones/FillBinaryMatrixWithOnes.java
30
31
6. Check if a sub-array exists in parent array.
32
Link: https://github.com/techpanja/interviewproblems/blob/master/src/arrays/findarray/FindArrayImpl.java
0 commit comments