Topic: Hashing Problem / Level: intermediate

Problem: Given a list of words, write a program to count the frequency of each word using a hash map.

Run the code to see the output here...