Topic: Two Pointer Problem / Level: intermediate

Problem: Given a string, find the maximum number of unique characters in any substring using two pointers.

Run the code to see the output here...