Topic: Two Pointer Problem / Level: advanced

Problem: Given an array, find the length of the longest contiguous subarray with distinct integers using the two-pointer technique.

Run the code to see the output here...