image-smoother-constant-work-per-cell

Status: IN

The inner double loop iterates at most 9 times per cell (3×3 window), making overall complexity O(m·n) rather than O(m·n·k²).

Source: entries/2026/06/06/image-smoother-solution.md

JSON