Topic: Two Pointer Problem / Level: beginner

Problem: Find the length of the longest contiguous subarray that contains only one unique number using two pointers.

Run the code to see the output here...