Class Solution
java.lang.Object
g2201_2300.s2234_maximum_total_beauty_of_the_gardens.Solution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
maximumBeauty
(int[] flowers, long newFlowers, int target, int full, int partial)
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
maximumBeauty
public long maximumBeauty(int[] flowers, long newFlowers, int target, int full, int partial)
-