Skip to content

Commit 8ed193b

Browse files
authored
Update Solution.java
1 parent 679efdd commit 8ed193b

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/g2201_2300/s2270_number_of_ways_to_split_array

1 file changed

+1
-1
lines changed

src/main/java/g2201_2300/s2270_number_of_ways_to_split_array/Solution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package g2201_2300.s2270_number_of_ways_to_split_array;
22

3-
// #2022_06_15_Time_4_ms_(77.55%)_Space_91.9_MB_(18.27%)
3+
// #Medium #Array #Prefix_Sum #2022_06_15_Time_4_ms_(77.55%)_Space_91.9_MB_(18.27%)
44

55
public class Solution {
66
public int waysToSplitArray(int[] nums) {

0 commit comments

Comments
 (0)