Topic: Array Problem / Level: intermediate

Problem: Find the longest contiguous subarray with exactly k distinct elements using a sliding window and hashing technique.

Run the code to see the output here...