labuladong / basic-challenge

200 stars 22 forks source link

已结束 #143

Closed labuladong closed 2 years ago

labuladong commented 2 years ago

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

Strawberrybrother commented 2 years ago

https://leetcode.cn/problems/intersection-of-two-linked-lists/solution/by-vigorous-shawby6-09ty/

MSTE-sysu commented 2 years ago

https://leetcode.com/problems/remove-duplicates-from-sorted-list-ii/discuss/2475450/python-linkedhashmap-solution https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii/discuss/2475514/python-two-pointer-solution

ghost commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/two-pointers-by-meiyu123-rkk2/

amazingfisher commented 2 years ago

https://leetcode.cn/problems/longest-palindromic-substring/solution/zhong-xin-kuo-zhan-fa-by-higirl-h-i6ts/

yulan922 commented 2 years ago

https://leetcode.cn/problems/longest-palindromic-substring/submissions/

Aweiiss commented 2 years ago

https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/shuang-zhi-zhen-shi-xian-liang-shu-zhi-h-62ug/

SnoopDle commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-whoisyo-5gyl/

cyx0329 commented 2 years ago

https://leetcode.com/problems/longest-palindromic-substring/discuss/2476411/Java-Two-Pointers

just-dj- commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-justdj-9eh2/

just-dj- commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-justdj-9eh2/

tjmx33 commented 2 years ago

https://leetcode.com/problems/longest-palindromic-substring/discuss/2476707/Java-solution-two-pointers

FuZi-Xiao commented 2 years ago

快慢指针:【删除】 删除数组中的重复元素:https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/shu-zu-zhong-shan-chu-zhong-fu-yuan-su-b-ghxf/ 删除链表中的重复元素:https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/by-xiao-fu-zi-cr-k2bk/ 移动零(删除数组中不为0的元素):https://leetcode.cn/problems/move-zeroes/solution/by-xiao-fu-zi-cr-lwaf/ 左右指针: 两数之和:https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/by-xiao-fu-zi-cr-i2n5/ 反转字符数组:https://leetcode.cn/problems/reverse-string/solution/by-xiao-fu-zi-cr-epya/ 最长回文子串:https://leetcode.cn/problems/longest-palindromic-substring/solution/by-xiao-fu-zi-cr-cgrr/

Bbubbb commented 2 years ago

https://leetcode.cn/problems/longest-palindromic-substring/solution/by-liang-shi-kai-o-cpr4/

BaoxinS commented 2 years ago

5: https://leetcode.com/problems/longest-palindromic-substring/discuss/2476956/Java-Longest-Palindromic-Substring 26: https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/2475576/Java-Remove-Duplicates-from-Sorted-Array 27: https://leetcode.com/problems/remove-element/discuss/2475594/Java-Remove-Element 83: https://leetcode.com/problems/remove-duplicates-from-sorted-list/discuss/2476134/Java-Remove-Duplicates-from-Sorted-List 167: https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/discuss/2476401/Java-Two-Sum-II 283: https://leetcode.com/problems/move-zeroes/discuss/2476223/Java-Move-Zeros 344: https://leetcode.com/problems/reverse-string/discuss/2476424/Java-Reversing-String

ronnie14165 commented 2 years ago

删除有序数组中的重复项 https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/2477077/Python3-two-pointers

Mikauney commented 2 years ago

https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/2477154/Remove-Duplicates-from-Sorted-Array-with-a-question

JfChi18 commented 2 years ago

https://leetcode.com/problems/longest-palindromic-substring/discuss/2477303/Python-solution

Ginkgo-guru commented 2 years ago

leetcode 5: https://leetcode.cn/problems/longest-palindromic-substring/solution/by-tsxf101-rkxd/

Annieeeeee commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-annieeeeee-epyu/

JackyLiu-SCUT commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-jacky-liu-e-5toh/

flora0901 commented 2 years ago

https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/2477567/Java-remove-duplicates-from-sorted-array

iry799 commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-u95u8p3mfg-cosb/

Mettiriolo commented 2 years ago
  1. 删除有序数组中的重复项 https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-yang-225-j0iq/
  2. 删除排序链表中的重复元素 https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/by-yang-225-41zg/
UmbraCi commented 2 years ago

删除有序数组中的重复项:https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/kuai-man-zhi-zhen-by-eiie-20-ud8d/ 删除排序链表中的重复元素:https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/shuang-zhi-zhen-by-eiie-20-6w11/ 移除元素:https://leetcode.cn/problems/remove-element/solution/by-eiie-20-dgtt/ 移动零:https://leetcode.cn/problems/move-zeroes/solution/shuang-zhi-zhen-by-eiie-20-j5c9/ 二分法:https://leetcode.cn/problems/binary-search/solution/javascripter-fen-fa-by-eiie-20-jpj3/

fzw1202 commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/stl-by-joe-1202-h9se/

1tex commented 2 years ago
  1. https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/shu-zu-zhao-dao-by-tex1-9yp0/
  2. https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/shan-chu-zhong-fu-by-tex1-m622/
  3. https://leetcode.cn/problems/remove-element/solution/shan-chu-yuan-su-by-tex1-2h8j/
  4. https://leetcode.cn/problems/move-zeroes/solution/shan-chu-yuan-su-hou-bian-zhi-wei-by-tex-p11h/
  5. https://leetcode.cn/problems/reverse-string/solution/by-tex1-ze15/
  6. https://leetcode.cn/problems/longest-palindromic-substring/solution/zui-chang-hui-wen-by-tex1-9meo/
Ym9i commented 2 years ago

26 https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/2478041/daily-challenge-d002

zsm625 commented 2 years ago

消除重复数 https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-shi-qing-hua-yi-b-faw2/ 移除元素 https://leetcode.cn/problems/remove-element/solution/by-shi-qing-hua-yi-b-int3/ 两数之和 https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/liang-shu-zhi-he-by-shi-qing-hua-yi-b-ph2w/

shiver99 commented 2 years ago

167.两数之和,输入有序数组:https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/by-hctoca1kbb-dg10/

RyanChen777 commented 2 years ago

https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/discuss/2478527/Two-Sum

lixudong96 commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-15507911191-y47q/

AlexPlus1 commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-alexplus1-dpjj/ https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/by-alexplus1-pn7m/ https://leetcode.cn/problems/remove-element/solution/by-alexplus1-mld6/ https://leetcode.cn/problems/move-zeroes/solution/go-by-alexplus1-5j7h/ https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/go-shuang-zhi-zhen-yi-tou-yi-wei-by-alex-pigm/ https://leetcode.cn/problems/reverse-string/solution/go-by-alexplus1-ocnq/

YoEricYo commented 2 years ago

26. https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/kuai-man-zhi-zhen-yuan-di-jie-jue-by-eri-eoch/

opslinux commented 2 years ago

https://leetcode.cn/problems/longest-palindromic-substring/solution/by-jiong-jiong-nan-4h9d/

fengmiaomiao123 commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/jie-by-flamboyant-diffiem7j-w4nv/

Michael1024-CJX commented 2 years ago

https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/by-1024michael-rr06/

aaashuai commented 2 years ago

https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/167-liang-shu-zhi-he-by-turo233-l736/ https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-turo233-hfrz/

Zuixi commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/-by-zuixi-wu9p/

whiskey-wei commented 2 years ago

https://leetcode.cn/problems/remove-element/solution/by-whiskey-1e19/

daseinkata commented 2 years ago

https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/2479132/return-slow-%2B-1

paullenwyue commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/shan-chu-zhong-fu-xiang-kuai-man-zhi-zhe-9h18/

JonathonJackQueryLai commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/jonathon-by-charles_ghost-j225/

Ying97 commented 2 years ago

Day2

  1. 删除排序数组中的重复项 https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/xiao-cuo-wu-bu-duan-by-amazing-vaughan-69ea/
  2. 移除元素 https://leetcode.cn/problems/remove-element/solution/by-amazing-vaughan-j5n7/ 283 移动零  https://leetcode.cn/problems/move-zeroes/solution/by-amazing-vaughan-uik9/  
  3. 两数之和 II - 输入有序数组 https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/by-amazing-vaughan-d5vf/
  4. 反转字符串 https://leetcode.cn/problems/reverse-string/solution/by-amazing-vaughan-4tx1/
Silflame commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-silflame-a-sbjs/ https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/by-silflame-a-slke/

zag13 commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/day2-by-xiao-niu-zi-5dle/ https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/by-xiao-niu-zi-toeo/ https://leetcode.cn/problems/remove-element/solution/day2-by-xiao-niu-zi-rnfb/ https://leetcode.cn/problems/move-zeroes/solution/by-xiao-niu-zi-6770/

winrunwang commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-wingswang-zhao-qian-upmk/

Hyuvo commented 2 years ago

p5. https://leetcode.com/problems/longest-palindromic-substring/discuss/2479402/2-pointers-in-Java

wanggithub2020 commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-zi-guan-egs6/

JiahuiYou0423 commented 2 years ago

https://leetcode.com/problems/longest-palindromic-substring/discuss/2479886/C%2B%2B-two-pointers

1059870594 commented 2 years ago

https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/2480348/lc26