skip to content
Ben Lau statistics . machine learning . programming . optimization . research

Hash Maps

1 min read Updated:
  • a key of any data type
  • a hash function to avoid hash collision
  • a hash table with hashed value of key as its index to store the key-value pair
  • the key-value pair is stored in a linked list to accommodate hash collision