flood-fill-color-as-visited

Status: IN

Flood fill uses the color mutation itself as the visited marker instead of maintaining an explicit `visited` set — once a pixel is recolored, it no longer matches `original` and won't be revisited.

Source: entries/2026/06/06/flood-fill-solution.md

JSON