Topic: Array Problem / Level: advanced

Problem: Implement an algorithm to find the longest contiguous subarray with at most k distinct elements using hashing.

Run the code to see the output here...