Topic: Two Pointer Problem / Level: intermediate

Problem: Given a sorted array, find the longest subarray with unique elements using two pointers.

Run the code to see the output here...