/hashmaps

Hashmaps allow you to store key-value pairs. Those keys and value can be of any type. Also it uses a hashing function to determine how to place those keys and values in memory.

Primary LanguageRust

No issues in this repository yet.