Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Count Square Submatrices with All Ones #794

Open
kotwani2883 opened this issue Oct 29, 2022 · 1 comment
Open

Count Square Submatrices with All Ones #794

kotwani2883 opened this issue Oct 29, 2022 · 1 comment

Comments

@kotwani2883
Copy link
Contributor

Heyy @tanus786 this is a very famous problem from Leetcode of Dynamic programming asked in various Product based companies
Link : https://leetcode.com/problems/count-square-submatrices-with-all-ones/
Kindly assign this to be as a part of hacktoberfest 2022.I ll be solving this in C++ language.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment