Topic: Greedy Algorithm Problem / Level: intermediate

Problem: You are given an array of integers. Find the largest contiguous subarray sum using the Greedy algorithm.

Run the code to see the output here...