example: https://leetcode.com/problems/most-frequent-even-element Constraints: 1 <= nums.length <= 2000 0 <= nums[i] <= 105 # 105 is actually **10<sup>5</sup>**