Topic: Hashing Problem / Level: beginner

Problem: Given a string, implement a function to find the longest substring that contains at most one repeating character using hashing.

Run the code to see the output here...