Topic: Hashing Problem / Level: intermediate

Problem: Given a list of words, find all pairs of words that are anagrams using hashing.

Run the code to see the output here...