Class Solution
- java.lang.Object
-
- g2201_2300.s2234_maximum_total_beauty_of_the_gardens.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 long
maximumBeauty(int[] flowers, long newFlowers, int target, int full, int partial)
-