Class Solution
- java.lang.Object
-
- g1301_1400.s1383_maximum_performance_of_a_team.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
maxPerformance(int n, int[] speed, int[] efficiency, int k)
-