Status: IN
MyHashMap uses separate chaining with a fixed array of 1009 buckets (a prime), giving O(n/1009) amortized cost per operation with no dynamic resizing.
Source: entries/2026/06/06/design-hashmap-solution.md
JSON