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

Find Sum of all Sub Matrices of a given Matrix 2 #58

Closed
kiruba-r11 opened this issue Mar 15, 2021 · 1 comment
Closed

Find Sum of all Sub Matrices of a given Matrix 2 #58

kiruba-r11 opened this issue Mar 15, 2021 · 1 comment

Comments

@kiruba-r11
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Finding the sum of all submatrices of a given matrix and returning the total sum.

Describe the solution you'd like
I would like to solve this in C++. I would like to optimize the O(n ^ 6) approach I used here #55

@smv1999
Copy link
Owner

smv1999 commented Mar 15, 2021

Sure @kiruba-r11. You can go ahead!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants