Topic: Hashing Problem / Level: intermediate

Problem: Create a function to find the longest substring with at most two distinct characters using hashing.

Run the code to see the output here...