Status: IN
`flipAndInvertImage` performs horizontal flip and bit inversion in a single two-pointer pass per row via simultaneous swap-and-XOR, not two separate passes.
Source: entries/2026/06/06/flipping-an-image-solution.md
JSON