Topic: Hashing Problem / Level: intermediate

Problem: Create a function to find the longest substring without repeating characters using a hash set.

Run the code to see the output here...