Hashtable in javascript: Objects vs Maps()
Hashtable is a basic data structure used to store key-pair values. It is especially efficient and a need to know for solving algorithmic questions and even displaying data on your website.
Complexity Analysis of a hashtable
Worst CaseBest case
...
blossom.hashnode.dev3 min read