Tuesday common interview problem: Maximum substring with unique characters.
Given a string, determine the length of the maximum substring that contains only unique characters.
Solve it yourself: https://compiler-explorer.com/z/YTWfnGfcz
Solution: https://compiler-explorer.com/z/4qxfb9oK3