$ Max Sum Submatrix In Row Col Wise Sorted Matrix Implementation - [C++]

I did not understand the column-wise addition and row-wise addition

Hello @Somith,

The suffix sum matrix is calculated the similar way prefix sum matrix was calculated.
In prefix sum matrix, we start from top-left element
while in suffix sum matrix, the calculation starts from the bottom right element.

What exactly did you not understand?

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.