Topic: Hashing Problem / Level: beginner

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

Run the code to see the output here...