check-double-linear-complexity

Status: IN

`checkIfExist` runs in O(n) time and O(n) space via single-pass iteration with hash set lookups

Source: entries/2026/06/06/check-if-n-and-its-double-exist-solution.md

JSON