labuladong / basic-challenge

200 stars 22 forks source link

已结束 #325

Closed labuladong closed 1 year ago

labuladong commented 1 year ago

本期打卡已结算完成。报名最新一期的打卡活动 点这里

Janicecy commented 1 year ago

https://leetcode.com/problems/permutation-in-string/solutions/3732820/sliding-window-typescript/

FED4 commented 1 year ago
  1. Longest Substring Without Repeating Characters https://leetcode.com/problems/longest-substring-without-repeating-characters/solutions/3733650/c-greedy-sliding-window-approach/
allllright commented 1 year ago
  1. Minimum Window Substring https://leetcode.com/problems/minimum-window-substring/solutions/3733778/sliding-window/
adelejychen commented 1 year ago

LC76https://leetcode.com/problems/minimum-window-substring/solutions/3733882/sliding-window/

taozhaojun commented 1 year ago

lc76: https://leetcode.com/problems/minimum-window-substring/solutions/3734171/java-solution-using-sliding-windows/

jiaowotanxiaozz commented 1 year ago

lc76: https://leetcode.cn/problems/minimum-window-substring/solutions/2335332/hua-dong-chuang-kou-by-thx031-g0sv/ lc567: https://leetcode.cn/problems/permutation-in-string/solutions/2335350/hua-dong-chuang-kou-by-thx031-us93/ lc438: https://leetcode.cn/problems/find-all-anagrams-in-a-string/solutions/2335354/hua-dong-chuang-kou-by-thx031-to1u/

TimGuo8 commented 1 year ago

sliding window https://leetcode.com/problems/longest-substring-without-repeating-characters/solutions/3734483/sliding-window/

Guinguin0416 commented 1 year ago

LC3: https://leetcode.com/problems/longest-substring-without-repeating-characters/solutions/3734489/java/

xiaoyu-wen-1118 commented 1 year ago

Day7:

  1. Longest Substring Without Repeating Characters https://leetcode.com/problems/longest-substring-without-repeating-characters/solutions/3734576/python-sliding-window/
  2. Minimum Window Substring https://leetcode.com/problems/minimum-window-substring/solutions/3738019/sliding-window-python/
Carol-Zhu commented 1 year ago

Day 07打卡: 76题:https://leetcode.cn/problems/minimum-window-substring/solutions/2335527/day07-hua-dong-chuang-kou-by-carol-zhu-rd4j/

liuyuhang599 commented 1 year ago

LC76: https://leetcode.com/problems/minimum-window-substring/solutions/3734773/c-sliding-window/

bells0 commented 1 year ago

打卡 day07:

  1. 最小覆盖子串 https://leetcode.cn/problems/minimum-window-substring/solutions/2335569/zui-xiao-fu-gai-zi-chuan-by-wonderbell-4cwl/
sdyin commented 1 year ago

76.最小覆盖子串 https://leetcode.cn/problems/minimum-window-substring/solution/76zui-xiao-fu-gai-zi-chuan-ti-jie-by-sdy-mbdb/

Carol-Zhu commented 1 year ago

Day07 打卡(2/4): 567题:https://leetcode.cn/problems/permutation-in-string/solutions/2335598/day07-hua-dong-chuang-kou-567-by-carol-z-efh4/

acmenxin commented 1 year ago

567题: https://leetcode.cn/problems/permutation-in-string/solution/jshua-dong-chuang-kou-shi-xian-zi-fu-chu-ynlz/

CarryLiao5959 commented 1 year ago

滑动窗口:两个while循环嵌套 https://leetcode.cn/problems/minimum-window-substring/solutions/2335611/hua-dong-chuang-kou-by-carry-vv-b3bq/

Carol-Zhu commented 1 year ago

Day07 打卡(3/4): 438题:https://leetcode.cn/problems/find-all-anagrams-in-a-string/solutions/2335624/day07-hua-dong-chuang-kou-438-by-carol-z-09sn/

Carol-Zhu commented 1 year ago

Day07 打卡(4/4): 3题:https://leetcode.cn/problems/longest-substring-without-repeating-characters/solutions/2335646/day07-hua-dong-chuang-kou-3-by-carol-zhu-04af/

GT-l commented 1 year ago

day07:3. 无重复字符的最长子串 https://leetcode.cn/problems/longest-substring-without-repeating-characters/solutions/2335705/hua-dong-chuang-kou-jie-jue-wu-zhong-fu-g5exn/

HeadmasterEggy commented 1 year ago

https://leetcode.cn/problems/minimum-window-substring/solutions/2335710/76-zui-xiao-fu-gai-zi-chuan-by-headmaste-mofj/

goatatop commented 1 year ago
  1. Longest Substring Without Repeating Characters https://leetcode.com/problems/longest-substring-without-repeating-characters/solutions/3735888/approach-with-sliding-window-and-2-pointers/
chiao666 commented 1 year ago

打卡题目3:https://leetcode.cn/problems/longest-substring-without-repeating-characters/solution/yu-jian-zhong-fu-shi-yi-dong-dao-di-yi-c-6x26/

Missy0529 commented 1 year ago

打卡 https://leetcode.cn/problems/minimum-window-substring/solution/window-by-missy-m-z48h/

ZitongWang1202 commented 1 year ago

76 https://leetcode.com/problems/minimum-window-substring/solutions/3367390/python3-sliding-window/

zhikeliang commented 1 year ago

打卡3

zhikeliang commented 1 year ago

打卡3 https://leetcode.cn/problems/longest-substring-without-repeating-characters/solution/hua-dong-chuang-kou-by-friendly-easley-gdoz/

zixgit commented 1 year ago

https://leetcode.cn/problems/permutation-in-string/solutions/2336145/hua-dong-chuang-kou-jie-jue-zi-chuan-wen-dujw/

xinlanfeng commented 1 year ago

76 最小覆盖子串:https://leetcode.cn/problems/minimum-window-substring/solution/ti-jie-zui-xiao-fu-gai-zi-chuan-by-xinla-w46i/ 567 字符串的排列:https://leetcode.cn/problems/permutation-in-string/solution/ti-jie-zi-fu-chuan-de-pai-lie-by-xinlanf-m52r/ 438 找到字符串中所有字母异位词: https://leetcode.cn/problems/find-all-anagrams-in-a-string/solution/ti-jie-zhao-dao-zi-fu-chuan-zhong-suo-yo-lie4/ 3 无重复字符的最长子串:https://leetcode.cn/problems/longest-substring-without-repeating-characters/solution/ti-jie-wu-zhong-fu-zi-fu-de-zui-chang-zi-4vol/

SmallTom1 commented 1 year ago

Day7打卡

smartfm123 commented 1 year ago

https://leetcode.cn/problems/longest-substring-without-repeating-characters/solution/3bu-zhong-fu-de-zui-chang-zi-chuan-by-tu-9idu/

BigDataTeng commented 1 year ago

Day07打卡 [76. 最小覆盖子串] https://leetcode.cn/problems/minimum-window-substring/solution/hua-dong-chuang-kou-by-ma-nong-la-la-v4h6/

VYang4 commented 1 year ago

76: https://leetcode.cn/problems/minimum-window-substring/solution/sliding-window-technique-by-violet-yang-vl1n/

sure00 commented 1 year ago

打卡 Day7

  1. Minimum Window Substring

https://leetcode.com/problems/minimum-window-substring/solutions/3738858/using-windows-slide-to-fix-the-issue/

KaoNiJun commented 1 year ago

3 https://leetcode.com/problems/longest-substring-without-repeating-characters/solutions/3739469/july-daily-challenge-day-07-longest-subarray-w-o-repeating-characters/

QianqianYu7382 commented 1 year ago

https://leetcode.com/problems/permutation-in-string/solutions/3739566/java/

lemonzeng commented 1 year ago

76. Minimum Window Substring

https://leetcode.com/problems/minimum-window-substring/solutions/3739689/sliding-window-approach/

SkylerSong-dev commented 1 year ago

LC3 https://leetcode.com/problems/longest-substring-without-repeating-characters/solutions/3739788/sliding-window/

luyu94 commented 1 year ago
  1. 无重复字符的最长子串 https://leetcode.cn/problems/longest-substring-without-repeating-characters/solution/3-wu-zhong-fu-zi-fu-de-zui-chang-zi-chua-koxv/
anqi0103 commented 1 year ago

LeetCode #76: https://leetcode.com/problems/minimum-window-substring/solutions/3739968/java-solution-sliding-widow-o-n/

ybk9216 commented 1 year ago

https://leetcode.cn/problems/longest-substring-without-repeating-characters/solutions/2337100/hua-dong-chuang-kou-by-ybk9216-22x4/

zeefan1555 commented 1 year ago

3无重复字符的最长子串: https://leetcode.cn/problems/longest-substring-without-repeating-characters/solution/3-wu-zhong-fu-zi-fu-de-zui-chang-zi-chua-mdc3/

SakuragiHnmch commented 1 year ago

438 https://leetcode.cn/problems/find-all-anagrams-in-a-string/solution/zhao-dao-zi-mu-yi-wei-ci-by-sakuragihnmc-z140/

anrandu75 commented 1 year ago

76最小覆盖子串 https://leetcode.cn/problems/minimum-window-substring/solutions/2337423/76zui-xiao-fu-gai-zi-chuan-by-anran75-ewoe/

itscj1014 commented 1 year ago

https://leetcode.cn/problems/longest-substring-without-repeating-characters/solutions/2337434/3-wu-zhong-fu-zi-fu-de-zui-chang-zi-chua-yauu/

chacha923 commented 1 year ago
  1. https://leetcode.cn/problems/longest-substring-without-repeating-characters/solution/hua-dong-chuang-kou-golang-by-dennis0327-5bfd/
stephannnnnie commented 1 year ago

Day7 https://leetcode.cn/problems/minimum-window-substring/solution/hua-dong-chuang-kou-zhao-zui-xiao-fu-gai-tzi8/

dijietony commented 1 year ago

https://leetcode.cn/problems/longest-substring-without-repeating-characters/solutions/2337473/wu-zhong-fu-zi-fu-de-zui-chang-zi-chuan-mh31y/

lingn commented 1 year ago

567: https://leetcode.cn/problems/permutation-in-string/solutions/2337511/567-zi-fu-chuan-de-pai-lie-by-elo9uent-d-rvqp/

twhn commented 1 year ago
  1. https://leetcode.cn/problems/minimum-window-substring/solution/zui-xiao-fu-gai-zi-chuan-by-twhs-m0re/
elaineKuo commented 1 year ago

https://leetcode.cn/problems/minimum-window-substring/solution/zuixi-by-mei-vampire-0nao/