Leetcode 340 最长最多K个无重复字符的字符串长度

题目 Given a string, find the length of the longest substring T that contains at most k distinct characters.java For example, Given s = “eceba” and k = 2,web T is “ece” which its length is 3.svg 快慢指针 +
相关文章
相关标签/搜索