DEV Community

Discussion on: Why Hash Maps are Randomized

Collapse
 
tobiassn profile image
Tobias SN • Edited

I honestly always thought that a hash map was just an alternate version of a dictionary. Thanks for clearing that up!

Collapse
 
aghost7 profile image
Jonathan Boudreau

No problem!

Collapse
 
qm3ster profile image
Mihail Malo

a HashMap is one possible concrete data structure that implements the Dictionary ADT(abstract data type)