hash-structures-silent-remove

Status: IN

Both MyHashMap.remove and MyHashSet.remove are silent no-ops when the key is absent — neither raises an exception nor returns an error signal.

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

JSON