Topic: Array Problem / Level: intermediate

Problem: Sort an array of integers by their frequency in decreasing order, breaking ties by the value of the integer.

Run the code to see the output here...