Status: IN
The standard duplicate-detection idiom checks `if x in seen` before `seen.add(x)`, preventing an element from matching itself — used in sliding-window and two-sum family problems throughout the repo.
Source: entries/2026/06/06/find-subarrays-with-equal-sum-solution.md