Topic: Hashing Problem / Level: beginner

Problem: Create a function that returns the common characters in two strings using a hash set.

Run the code to see the output here...