Status: IN
The `lo <= hi` condition (not `lo < hi`) in `flipAndInvertImage` is critical: it ensures the center element of odd-length rows is inverted exactly once when `lo == hi`.
Source: entries/2026/06/06/flipping-an-image-solution.md
JSON