Topic: Hashing Problem / Level: beginner

Problem: Given a list of words, write a program to determine if any two words are anagrams using hashing.

Run the code to see the output here...