negation-marking-abs-required

Status: IN

In the negation-marking pattern, `abs()` is required when reading a cell's value (as opposed to its sign) because earlier iterations may have negated it; omitting `abs()` would produce negative indices and raise `IndexError`.

Source: entries/2026/06/06/find-all-numbers-disappeared-in-an-array-solution.md

JSON