Data Structures: Hash Tables
What are Hashtables?
Hashtables are a type of data structures that stores data as key-value pairs.
This means every Node or Bucket has both a key, and a value.
Hashing can also be defined as a technique that is used to uniquely identify a specific ob...
dialabk.hashnode.dev4 min read