Class Solution
- java.lang.Object
-
- g2301_2400.s2382_maximum_segment_sum_after_removals.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[]
maximumSegmentSum(int[] nums, int[] removeQueries)
-