xor-op-virtual-array

Status: IN

The XOR operation solution never allocates the array `nums[i] = start + 2*i`; elements are computed inline during the XOR fold, keeping space at O(1).

Source: entries/2026/06/06/xor-operation-in-an-array-solution.md

JSON