Interview Guides

Given a string s, return the length of the longest contiguous substring that contains no repeated characters. The input is a single string, and the output is a single integer.
0 <= len(s) <= 5 * 10^4s consists of ASCII letters, digits, symbols, and spaces