hash map or hash table its a way to search about certain index using hash
a function that takes a 2 hash tables as arguments and return the first table with the values in second hash table the matches the key in the first table
time: O(n^2) space: O (n)