Class Solution
- java.lang.Object
-
- g2001_2100.s2071_maximum_number_of_tasks_you_can_assign.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 intmaxTaskAssign(int[] tasks, int[] workers, int pills, int strength)
-