Amazon Interview Question #2:
Problem: Maximum Sum Sub Matrix.
Description: given an integer matrix find the sub matrix that has maximum sum.
This is a logical extension of Amazon Interview Question #1: Maximum Sum Sub Array. This is essentially the same problem in 2D space.
My Solution:
Description: given an integer matrix find the sub matrix that has maximum sum.
This is a logical extension of Amazon Interview Question #1: Maximum Sum Sub Array. This is essentially the same problem in 2D space.
Have Feedback?Is my solution buggy?
please leave a comment
No comments:
Post a Comment