This is for the 1st round tech interview. Very simple question. Input is array of numbers, output the top three numbers that has the most occurrences and sort them in descending order.
I finished the problem, but I think they are looking for the most optimal solution.