Topic: Two Pointer Problem / Level: intermediate

Problem: Find the maximum length of a contiguous subarray that sums up to a prime number using two pointers.

Run the code to see the output here...