Topic: Two Pointer Problem / Level: advanced

Problem: Given an array, find the length of the longest contiguous subarray with an odd sum using two pointers.

Run the code to see the output here...