DIY: Top K Frequent Elements

Solve the interview question "Top K Frequent Elements" yourself in this lesson.

Problem statement

You are provided with an array of integers. Return the k most frequent elements.

Input

The input will be an ...