Closed labuladong closed 1 year ago
一、最小覆盖子串 Q76:https://leetcode.cn/problems/minimum-window-substring/solution/by-wu-yue-yjc-d7vw/ 二、字符串排列 Q567:https://leetcode.cn/problems/permutation-in-string/solution/by-wu-yue-yjc-dp3x/ 三、找所有字母异位词 Q438:https://leetcode.cn/problems/find-all-anagrams-in-a-string/solution/by-wu-yue-yjc-gq4y/ 四、最长无重复子串 Q3:https://leetcode.cn/problems/longest-substring-without-repeating-characters/solution/by-wu-yue-yjc-tmat/
leetcode 76 https://leetcode.com/problems/minimum-window-substring/discuss/2836702/Java-sliding-window-easy-understand
leetcode 567 https://leetcode.com/problems/permutation-in-string/discuss/2837416/Java-fixed-size-sliding-window
leecode 438 https://leetcode.com/problems/find-all-anagrams-in-a-string/discuss/2837487/java-fixed-size-sliding-window
Q76: https://leetcode.com/problems/minimum-window-substring/discuss/2837847/python-sliding-window Q567:https://leetcode.com/problems/permutation-in-string/discuss/2837891/python-sliding-window Q438: https://leetcode.com/problems/find-all-anagrams-in-a-string/discuss/2837904/python-sliding-window Q3: https://leetcode.com/problems/longest-substring-without-repeating-characters/discuss/2837928/Python-sliding-window-solution
本期打卡已结算完成。报名最新一期的打卡活动 点这里