Hash Map Deep Dive
(Originally published on Dev.to)
A dict in Python. map in Go, Object or Map in Javascript. Associative arrays in PHP, Dictionary<TKey, TValue> in C++. Hash maps are implemented in virtually every high-level programming language. And they are awesome!...