Loading repovive.com/problems/faang/4
This problem is based on a Netflix interview problem described here.
Given an array of strings, find the longest contiguous subarray that contains no repeated string.
If several windows have the same length, choose the earliest window.