You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
340 [Longest Substring With At Most K Distinct Characters](https://leetcode-cn.com/problems/longest-substring-with-at-most-k-distinct-characters/) | [C++](https://github.com/codename1995/leetcodehub/blob/master/cpp/340_Longest_Substring_With_At_Most_K_Distinct_Characters/340_Longest_Substring_With_At_Most_K_Distinct_Characters.cpp) | 滑动窗+哈希表(当前子串中各字符的数量)+标识符(存当前子串中有几个不同字符)
@@ -146,8 +149,8 @@ Most of leetcode links are based on @yanring's [REPO](https://gist.github.com/ya
146
149
||340 [Longest Substring With At Most K Distinct Characters](https://leetcode-cn.com/problems/longest-substring-with-at-most-k-distinct-characters/)|[C++](https://github.com/codename1995/leetcodehub/blob/master/cpp/340_Longest_Substring_With_At_Most_K_Distinct_Characters/340_Longest_Substring_With_At_Most_K_Distinct_Characters.cpp)|
||264 [Ugly Number II](https://leetcode-cn.com/problems/ugly-number-ii/)|[C++](https://github.com/codename1995/leetcodehub/blob/master/cpp/264_Ugly_Number_II/264_Ugly_Number_II.cpp)|
149
-
|50 第一个只出现一次的字符| 387 [First Unique Character in A String](https://leetcode-cn.com/problems/first-unique-character-in-a-string/)|[C++](https://github.com/codename1995/leetcodehub/blob/master/cpp/387_First_Unique_Character_in_A_String/387_First_Unique_Character_in_A_String.cpp)|
|50_01 字符串中第一个只出现一次的字符| 387 [First Unique Character in A String](https://leetcode-cn.com/problems/first-unique-character-in-a-string/)|[C++](https://github.com/codename1995/leetcodehub/blob/master/cpp/387_First_Unique_Character_in_A_String/387_First_Unique_Character_in_A_String.cpp)|
||(Advanced Advanced) 315 [Count of Smaller Numbers after Self](https://leetcode-cn.com/problems/count-of-smaller-numbers-after-self/)|[C++]<!--(https://github.com/codename1995/leetcodehub/blob/master/cpp/315_Count_Of_Smaller_Numbers_After_Self/Count_Of_Smaller_Numbers_After_Self.cpp) -->|
0 commit comments