Deep Dive into Data structures using Javascript - Hash Tables (Objects, Maps, Sets)
What is a Hash Table?
Hash Table is a commonly used fundamental data structure. It is known for being efficient on access speed - which comes handy specially when we want to lower the Time complexity of an algorithm (making our functions execute fast...
sahinarslan.hashnode.dev8 min read