Topic: Hashing Problem / Level: intermediate

Problem: Given two strings, write a program to determine if they are anagrams using a hash table.

Run the code to see the output here...