Skip to content

Commit 4e477b3

Browse files
committed
Updated tag
1 parent b55c814 commit 4e477b3

File tree

1 file changed

+2
-1
lines changed
  • src/main/java/g3601_3700/s3630_partition_array_for_maximum_xor_and_and

1 file changed

+2
-1
lines changed

src/main/java/g3601_3700/s3630_partition_array_for_maximum_xor_and_and/Solution.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package g3601_3700.s3630_partition_array_for_maximum_xor_and_and;
22

3-
// #Hard #Weekly_Contest_460 #2025_07_27_Time_77_ms_(100.00%)_Space_51.20_MB_(30.86%)
3+
// #Hard #Array #Math #Greedy #Enumeration #Weekly_Contest_460
4+
// #2025_07_31_Time_82_ms_(96.35%)_Space_50.76_MB_(39.58%)
45

56
public class Solution {
67
public long maximizeXorAndXor(int[] nums) {

0 commit comments

Comments
 (0)