Status: IN
The `find_K` solution and related problems (Two Sum family) use a set-complement idiom: build a set for O(1) membership, then iterate checking for a complementary value — a recurring O(n) pattern across the repo.
Source: entries/2026/06/06/largest-positive-integer-that-exists-with-its-negative-solution.md