Topic: Two Pointer Problem / Level: intermediate

Problem: Given an array, find the largest sum of a subarray with at least one negative number using two pointers.

Run the code to see the output here...