MCPcopy Create free account
hub / github.com/Ewenwan/ShiYanLou / HashTable

Class HashTable

learn_python/algorithm/map/hashtable.py:4–99  ·  view source on GitHub ↗

HashMap Data Type HashMap() Create a new, empty map. It returns an empty map collection. put(key, val) Add a new key-value pair to the map. If the key is already in the map then replace the old value with the new value. get(key) Given a key, return the value stor

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls

no outgoing calls