Topic: Hashing Problem / Level: advanced

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

Run the code to see the output here...