ankitapuri / DSA-guide

Trying to cover important DSA
MIT License
49 stars 114 forks source link

[feature-1] Added find sub matrix sum for Q queries in CPP #278

Closed kiruba-r11 closed 3 years ago

kiruba-r11 commented 3 years ago

Related Issues

Closes: #274

Describe the changes you've made

I have completely implemented a CPP program that takes the input of the no. of rows, no. of columns, and elements of the matrix and prints the sum of submatrix for all Q queries.

Type of change

How Has This Been Tested?

This has been tested by generating a set of random inputs using a generator and verified the outputs manually.

Describe if there is any unusual behavior of your code(Write NA if there isn't)

NA

Checklist:

kiruba-r11 commented 3 years ago

@ankitapuri Please review this

kiruba-r11 commented 3 years ago

@ankitapuri Please review this

ankitapuri commented 3 years ago

@ankitapuri Please review this

I'll surely review it , was bit busy with college stuff