Data Structures: Hash Table
Hello everyone! Hope you all are well. In this post, we are going to understand another useful data structure i.e Hash Table.
Before understanding the Hash Table, we have to understand what is Hashing.
Hashing?
Hashing is a common technique for stori...
rehansattar.hashnode.dev7 min read
HINA
Software Engineer to be.
This blog is amazing. Nice article ππ. A lot of useful information. Now, Hash table concept is clear ππ I have a question that where we use hash tables. Mostly till today, I used objects and arrays in frontend and as well as in the apis. But never used Hash tables. I think Hash tables may be used in cryptography or where security is important. Is there any other usecase in common scenario such as in e-commerce website?