Status: IN
The `original == color` early return in `floodFill` is necessary to prevent infinite recursion; without it, coloring a pixel to the same value it already has would never distinguish visited from unvisited neighbors.
Source: entries/2026/06/06/flood-fill-solution.md
JSON