Skip to content

Commit b82185f

Browse files
committed
Improved tag
1 parent 68c695f commit b82185f

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

src/main/kotlin/g3601_3700/s3630_partition_array_for_maximum_xor_and_and/Solution.kt

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_72_ms_(100.00%)_Space_52.17_MB_(100.00%)
3+
// #Hard #Array #Math #Greedy #Enumeration #Weekly_Contest_460
4+
// #2025_08_03_Time_57_ms_(100.00%)_Space_51.81_MB_(100.00%)
45

56
class Solution {
67
fun maximizeXorAndXor(nums: IntArray): Long {

0 commit comments

Comments
 (0)