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 b55c814 commit 4e477b3Copy full SHA for 4e477b3
src/main/java/g3601_3700/s3630_partition_array_for_maximum_xor_and_and/Solution.java
@@ -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_77_ms_(100.00%)_Space_51.20_MB_(30.86%)
+// #Hard #Array #Math #Greedy #Enumeration #Weekly_Contest_460
4
+// #2025_07_31_Time_82_ms_(96.35%)_Space_50.76_MB_(39.58%)
5
6
public class Solution {
7
public long maximizeXorAndXor(int[] nums) {
0 commit comments