Given a string, find the length of the longest substring without repeating characters. Example 1: Example ...
Given a string that consists of only uppercase English letters, you can replace any letter in the string with another letter at most k times. Find the length of a longest substring containing all rep ...
2016-10-26 09:06 5 10312 推荐指数:
Given a string, find the length of the longest substring without repeating characters. Example 1: Example ...
Find the length of the longest substring T of a given string (consists of lowercase letters only) such that every character in T appears no less ...
Find the length of the longest substring T of a given string (consists of lowercase letters only) such that every character in T appears no less than ...
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters ...
Question: Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc ...
Given a string text, we are allowed to swap two of the characters in the string. Find the length of the longest substring with repeated characters. ...
问题描述: Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc ...
any duplicated substring that has the longest poss ...