Topic: Hashing Problem / Level: beginner

Problem: Create a function that checks if two strings are anagrams of each other by sorting and comparing hashes.

Run the code to see the output here...