Skip to content

Commit 54202be

Browse files
authored
Update Solution.java
1 parent 31cf680 commit 54202be

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/g2501_2600/s2584_split_the_array_to_make_coprime_products

1 file changed

+1
-1
lines changed

src/main/java/g2501_2600/s2584_split_the_array_to_make_coprime_products/Solution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package g2501_2600.s2584_split_the_array_to_make_coprime_products;
22

33
// #Hard #Array #Hash_Table #Math #Number_Theory
4-
// #2023_08_22_Time_13_ms_(99.83%)_Space_60.3_MB_(92.18%)
4+
// #2023_08_28_Time_236_ms_(58.73%)_Space_56.2_MB_(15.87%)
55

66
import java.util.ArrayList;
77
import java.util.HashMap;

0 commit comments

Comments
 (0)