hashset-no-duplicates-invariant

Status: IN

MyHashSet.add checks `key not in bucket` before appending, guaranteeing each key appears exactly once across the entire structure.

Source: entries/2026/06/06/design-hashset-solution.md

JSON