Given a string s, return the length of the longest substring that contains no repeating characters.
s
A substring is a contiguous block of characters; it is not the same as a subsequence.
"abcabcbb"
"bbbbb"
"pwwkew"
""
" "
"dvdf"
"tmmzuxt"