Topic: Hashing Problem / Level: beginner

Problem: Given a list of words, write a program to find all anagrams of a given word using hashing.

Run the code to see the output here...