Topic: Hashing Problem / Level: beginner

Problem: Given two strings, write a function to determine if they are isomorphic using hashing.

Run the code to see the output here...