Topic: Hashing Problem / Level: beginner

Problem: Create a function that returns the number of distinct characters in a string using a hash set.

Run the code to see the output here...