Top K Frequent Elements Using Hash Map and HeapFind the top K most frequent elements in an array using a hash map and a heap.