*340. Longest Substring with At Most K Distinct Characters
https://leetcode.com/problems/longest-substring-with-at-most-k-distinct-characters/
solution
至多包含 K 个不同字符的最长子串
时间复杂度:O(n) 空间复杂度:O(k)
Last updated
https://leetcode.com/problems/longest-substring-with-at-most-k-distinct-characters/
至多包含 K 个不同字符的最长子串
时间复杂度:O(n) 空间复杂度:O(k)
Last updated