Let's learn about Hash table!

What is hash table?

Definition from Google: Hash tables are a type of data structure in which the address/ index value of the data element is generated from a hash function. My way of thinking is that hash table is just taking a data value and put it into a defined function that will turn it into a number, which can be used for indexing. The more unique the number is, the better it is!

Top advantages of using Hash table:

Want to learn more? Click here