Class Solution
- java.lang.Object
-
- g1401_1500.s1471_the_k_strongest_values_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 int[]getStrongest(int[] arr, int k)
-