We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2047c03 commit 8e6c8caCopy full SHA for 8e6c8ca
src/main/java/g2101_2200/s2106_maximum_fruits_harvested_after_at_most_k_steps/Solution.java
@@ -1,7 +1,7 @@
1
package g2101_2200.s2106_maximum_fruits_harvested_after_at_most_k_steps;
2
3
// #Hard #Array #Binary_Search #Prefix_Sum #Sliding_Window
4
-// #2022_05_31_Time_27_ms_(48.57%)_Space_128.7_MB_(44.76%)
+// #2022_05_31_Time_4_ms_(86.67%)_Space_90.5_MB_(84.76%)
5
6
public class Solution {
7
public int maxTotalFruits(int[][] fruits, int startPos, int k) {
0 commit comments