find-k-iterates-deduplicated-set

Status: IN

`find_K` iterates over `num_set` (the deduplicated set) rather than the original `nums` list, avoiding redundant membership checks on duplicate values.

Source: entries/2026/06/06/largest-positive-integer-that-exists-with-its-negative-solution.md

JSON