Class Solution
-
- All Implemented Interfaces:
public final class Solution
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
Modifier and Type Method Description final Integer
minimumRefill(IntArray plants, Integer capacityA, Integer capacityB)
-
-
Method Detail
-
minimumRefill
final Integer minimumRefill(IntArray plants, Integer capacityA, Integer capacityB)
-
-
-
-