Class Solution
java.lang.Object
g2101_2200.s2106_maximum_fruits_harvested_after_at_most_k_steps.Solution
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
maxTotalFruits
public int maxTotalFruits(int[][] fruits, int startPos, int k)
-