two-sum-no-self-pair

Status: IN

An element cannot pair with itself; the lookup-before-insert order prevents `seen[num]` from matching the current index

Source: entries/2026/06/06/two-sum-solution.md

JSON