insert package:hashtables
Inserts a key/value mapping into a hash table, replacing any existing
mapping for that key.
O(n) worst case, O(1) amortized.
See the documentation for this function in
insert.
See the documentation for this function in
insert.