xor-decode-deterministic

Status: IN

Given `encoded` and `first`, the XOR decode produces exactly one valid original array — the decoding is unique because XOR is its own inverse (`a ^ b ^ b = a`).

Source: entries/2026/06/06/decode-xored-array-solution.md

JSON