Topic: Hashing Problem / Level: advanced

Problem: Given an array of integers, find the longest subarray with at most k distinct integers using a hash map.

Run the code to see the output here...