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 c151df1 commit 0823d4dCopy full SHA for 0823d4d
src/main/kotlin/g3501_3600/s3574_maximize_subarray_gcd_score/Solution.kt
@@ -1,7 +1,7 @@
1
package g3501_3600.s3574_maximize_subarray_gcd_score
2
3
// #Hard #Array #Math #Enumeration #Number_Theory
4
-// #2025_06_10_Time_27_ms_(100.00%)_Space_48.98_MB_(100.00%)
+// #2025_06_10_Time_19_ms_(100.00%)_Space_50.12_MB_(100.00%)
5
6
import kotlin.math.max
7
src/main/kotlin/g3501_3600/s3575_maximum_good_subtree_score/Solution.kt
package g3501_3600.s3575_maximum_good_subtree_score
// #Hard #Array #Dynamic_Programming #Depth_First_Search #Tree #Bit_Manipulation #Bitmask
-// #2025_06_10_Time_86_ms_(100.00%)_Space_67.73_MB_(33.33%)
+// #2025_06_10_Time_71_ms_(100.00%)_Space_78.07_MB_(0.00%)
0 commit comments