ABHISHEK-AMRUTE / CP_Algorithms_hacktoberfest

Collection of All CP algorithms
16 stars 69 forks source link

Finding the largest zero submatrix #47

Closed Shikha1806 closed 3 years ago

Shikha1806 commented 3 years ago

Finding the largest zero submatrix ,we calculate the following auxiliary matrix: d[i][j], nearest row that has a a[i][j].

ABHISHEK-AMRUTE commented 3 years ago

I am merging as of now. But as a good developer, you must refer to the contribution steps/information given in README.md. The file must have a particular language extension and must go into respective folders. Happy Coding.