Topic: Hashing Problem / Level: beginner

Problem: Given a list of names, write a function to find the names that appear more than once using hashing.

Run the code to see the output here...