Topic: Two Pointer Problem / Level: advanced

Problem: Given an array of integers, find the longest contiguous subarray with at least one negative number using two pointers.

Run the code to see the output here...