mirror of
https://git.wolves.top/wolves/leetcode.git
synced 2025-11-04 17:26:32 +08:00
251013
This commit is contained in:
@@ -17,4 +17,9 @@ class Solution {
|
||||
}
|
||||
return ans;
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
Solution s = new Solution();
|
||||
System.out.println(s.maxFrequencyElements(new int[] {1, 2, 3, 4, 5}));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user