Topic: Two Pointer Problem / Level: intermediate

Problem: Given a string, find the longest substring with at most one repeating character using two pointers.

Run the code to see the output here...