Is this the easiest way to find the maximum count value of a list of integers? I have a list of integers and need to find the maximum count of how often they each occur – so loop through the list, adding to a hashmap the value and the count, then if the value already… Read more »