Topic: Hashing Problem / Level: intermediate

Problem: Given two strings, write a program to check if they are anagrams using hashing.

Run the code to see the output here...