Topic: Hashing Problem / Level: intermediate

Problem: Given a string, implement a function to find the longest substring with all unique characters using hashing.

Run the code to see the output here...