Topic: Mathematics Problem / Level: advanced

Problem: Implement a program to find the maximum subarray sum using the Kadanes algorithm in a 2D array.

Run the code to see the output here...