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 68c695f commit b82185fCopy full SHA for b82185f
src/main/kotlin/g3601_3700/s3630_partition_array_for_maximum_xor_and_and/Solution.kt
@@ -1,6 +1,7 @@
1
package g3601_3700.s3630_partition_array_for_maximum_xor_and_and
2
3
-// #Hard #Weekly_Contest_460 #2025_07_27_Time_72_ms_(100.00%)_Space_52.17_MB_(100.00%)
+// #Hard #Array #Math #Greedy #Enumeration #Weekly_Contest_460
4
+// #2025_08_03_Time_57_ms_(100.00%)_Space_51.81_MB_(100.00%)
5
6
class Solution {
7
fun maximizeXorAndXor(nums: IntArray): Long {
0 commit comments