Topic: Hashing Problem / Level: intermediate

Problem: Given a list of words, write a program to find the longest word using a hash map.

Run the code to see the output here...