hashset-separate-chaining-769-buckets

Status: IN

MyHashSet uses separate chaining with 769 buckets (a prime), giving O(n/769) average-case per operation.

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

JSON