- XOR Array - Codeforces Solution
Construct a positive integer array where exactly the specified subarrays have XOR value zero, using prefix XOR with unique repetition.
4 min read en - XOR Convenience - Codeforces Solution
Construct a permutation where each value XORed with a later value equals the index. Core idea: direct all XOR results to the last position.
4 min read en