Reading-notes

Hash Tables:

Why do we use them?

How to implement it and how it works?

however , if we want to insert a value that has the same hashCode which means the same index in the table this would cause a COLLISION. to solve that , there is two ways