Xor Array
You are given an array $A$ consisting of $N$ **distinct** positive integers. In one operation, you can: - Choose a non-negative integer $X$; - For all $(1\le i\le N)$, set $A_i := A_i \oplus X$, where $\oplus$ denotes the [bitwise XOR operation](https://en.wikipedia.org/wiki/Exclusive_or). Find the **maximum** possible length of the **longest strictly increasing subarray** after performing the
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start