Hashing
Hashing:
To store the key/value pair, we can use simple array like data structure where keys directly can be used as index to store values, but in case when keys are large and can’t be directly used as index to store value, we can use technique of Hashing. via Pocket