Topic: Mathematics Problem / Level: intermediate

Problem: Implement a function to find the maximum sum of any contiguous subarray using Kadane’s algorithm.

Run the code to see the output here...