JAVA:实现查找数组的众数算法 package com.thealgorithms.maths; import java.util.ArrayList; import java.util.Arrays;