Class Solution
- java.lang.Object
-
- g2101_2200.s2190_most_frequent_number_following_key_in_an_array.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmostFrequent(int[] nums, int key)
-