complement-pure-bitwise

Status: IN

`find_complement` uses only `bit_length()`, bit shift, and XOR — no `bin()` string conversion or iteration — achieving O(1) time and space.

Source: entries/2026/06/06/number-complement-solution.md

JSON