labuladong / basic-challenge

200 stars 22 forks source link

已结束 #8

Closed labuladong closed 2 years ago

labuladong commented 2 years ago

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

xuzhi0413 commented 2 years ago

Q26 https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-fire-im-6tj3/

woshierha commented 2 years ago

Q5 :https://leetcode.cn/problems/longest-palindromic-substring/solution/zhong-xin-kuo-san-by-dao-ge-2r-9olw/ Q344: https://leetcode.cn/problems/reverse-string/solution/shuang-by-dao-ge-2r-nwmo/

liyongzheng666 commented 2 years ago

Q5:https://leetcode.cn/problems/longest-palindromic-substring/solution/by-liyongzheng666-bvj9/

youkoNiuza commented 2 years ago

Q26 [JS] https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/js-kuai-man-zhi-zhen-jie-fa-by-youkoniuz-ogdd/

DevinWain commented 2 years ago

Q83 [cpp] https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/by-waintel-c9n7/ 打卡

techquincyhu commented 2 years ago

https://leetcode.cn/problems/longest-palindromic-substring/solution/5-by-i3oring-williamsgfs-3lpk/

Jason321x commented 2 years ago

Q26-删除有序数组中的重复项-java: https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/shan-chu-you-xu-shu-zu-zhong-de-zhong-fu-36a0/ Q83-删除排序链表中的重复元素-java:https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/shan-chu-pai-xu-lian-biao-zhong-de-zhong-g1vy/

alahenell commented 2 years ago

Q27 [Python3]: https://leetcode.cn/problems/remove-element/solution/wu-xu-shu-zu-by-alahenell-4kdb/

maccoli commented 2 years ago

Q26(Java):https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/shuanzghi-by-macco-aar7/ Q83(Java):https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/shuang-zhi-zhen-by-macco-r137/ Q5(Java):https://leetcode.cn/problems/longest-palindromic-substring/solution/shuang-zhi-zhen-zui-da-hui-wen-chuan-by-cftgw/

GentlemanTs commented 2 years ago

Q5: https://leetcode.cn/problems/longest-palindromic-substring/solution/zui-chang-hui-wen-zi-chuan-by-gentlemant-560f/

250zyw commented 2 years ago

Q26:https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-zyw_nudt11-bo39/ Q83:https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/by-zyw_nudt11-4rdc/ Q27:https://leetcode.cn/problems/remove-element/solution/by-zyw_nudt11-723y/ Q283:https://leetcode.cn/problems/move-zeroes/solution/by-zyw_nudt11-zooy/ Q167:https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/liang-shu-zhi-he-by-zyw_nudt11-2b8m/ Q344:https://leetcode.cn/problems/reverse-string/solution/fan-zhuan-zi-fu-by-zyw_nudt11-ryux/

eecn commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-wangkechn-4u3x/ https://leetcode.cn/problems/longest-palindromic-substring/solution/by-wangkechn-qj7d/

wcyswa commented 2 years ago

Q[26]:删除数组中的重复项

sisibeloved commented 2 years ago

Problem-83[Java]: https://leetcode.com/problems/remove-duplicates-from-sorted-list/discuss/2032317/Java-solution-using-double-pointers

superxiaolan commented 2 years ago

Q26 https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/shan-chu-you-xu-shu-zu-de-zhong-fu-xiang-3qj3/

osean-li commented 2 years ago

[反转字符串] https://leetcode.cn/problems/reverse-string/solution/3-fan-zhuan-shu-zu-by-inspiring-chatelet-vsor/

HiMoY commented 2 years ago

Q26: https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/shan-chu-you-xu-shu-zu-zhong-de-zhong-fu-jzsx/

xiaobaishun commented 2 years ago

Q5 https://leetcode.cn/problems/longest-palindromic-substring/solution/dai-by-13697150319-fy29/

inotgaoshou commented 2 years ago
  1. 删除有序数组中的重复项 https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/s-by-inotgaoshou-5vee/
  2. 删除排序链表中的重复元素 https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/by-inotgaoshou-0yej/
    1. 移除元素 https://leetcode.cn/problems/remove-element/solution/yi-chu-by-inotgaoshou-s4kp/
techquincyhu commented 2 years ago

Q26:https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/26-by-i3oring-williamsgfs-4ydr/

zjk1234 commented 2 years ago

Q5:https://leetcode.cn/problems/longest-palindromic-substring/solution/zhong-xin-kuo-san-fa-by-zjk1234-r4ln/

zhiliuhuang commented 2 years ago

Q26:https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/kk-by-zhiliu_huang-ejjp/ Q27:https://leetcode.cn/problems/remove-element/solution/ulviv-by-zhiliu_huang-yokf/ Q83:https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/shuang-zhi-zhen-by-zhiliu_huang-23be/

TianhuiXu commented 2 years ago

Q26: https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/2032608/Python-Solution-Fast-and-Slow-Pointers

hansheng1024 commented 2 years ago

Q26[python] https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/2033080/python-two-pointers

YiqinAliciaShen commented 2 years ago

https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/2033247/Two-Pointers-Python

YiqinAliciaShen commented 2 years ago

https://leetcode.com/problems/remove-element/discuss/2033283/Replace-Val

zihe-xu commented 2 years ago

Q26: [js] https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-zi-he-6-ztx1/ Q83: [js] https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/shan-chu-pai-xu-lian-biao-zhong-de-zhong-myx2/

ZNN-She commented 2 years ago
tang-commmit commented 2 years ago

Q26 https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/shan-chu-by-ha-ha-ha-ek-nz2d/

ThestralZhang commented 2 years ago

Q83[js]: https://leetcode.com/problems/remove-duplicates-from-sorted-list/discuss/2033363/js-solution-with-some-notes

Suri-Feng commented 2 years ago

Q283[C++] https://leetcode.com/problems/move-zeroes/discuss/2033368/C%2B%2B

jackgo73 commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-jackgo-pp0j/

elim0703 commented 2 years ago

Q 26 https://leetcode.com/problems/remove-duplicates-from-sorted-array/submissions/

owenzs commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/bu-shi-hen-neng-li-jie-nums-listintzhe-c-ow81/

CavalloneChen commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/shuang-zhi-zhen-by-mai-pian-zhi-yue-wfx6/

sunys1 commented 2 years ago

Q26: https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/1892799/java-solution-using-two-pointers Q27: https://leetcode.com/problems/remove-element/discuss/2033424/Java-solution-using-2-pointers Q83: https://leetcode.com/problems/remove-duplicates-from-sorted-list/discuss/1892846/java-solution-using-two-pointers Q283: https://leetcode.com/problems/move-zeroes/discuss/2033562/Java-solution-using-2-pointers

saw008 commented 2 years ago

Q26. https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/2033608/labuladong-challenge-D02

CSU-WangLulu commented 2 years ago

最长回文子串 https://leetcode.cn/problems/longest-palindromic-substring/solution/zui-chang-hui-wen-zi-chuan-by-csu-wanglu-8edr/

hildawang0807 commented 2 years ago

Q5[Java]: https://leetcode.com/problems/longest-palindromic-substring/discuss/2033838/Java-solution-by-expanding-two-pointers

Noble777 commented 2 years ago

Q21: https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/2033929/Java-Two-pointers

GitHubSZH commented 2 years ago

Q26:https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-gu-si-na-e-zqx4/

1813549429 commented 2 years ago

https://leetcode.cn/problems/longest-palindromic-substring/solution/by-sada-s-169t/

pikapikaaa commented 2 years ago

Q26[Java] https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-pi-qia-qia-f-mx14/ Q167[Java]https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/by-pi-qia-qia-f-4btv/

767802sky commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/httpsleetcodecnproblemsremove-duplicates-xpag/ https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/shan-chu-lian-biao-zhong-de-by-elastic-c-6hm5/

Asteria-q commented 2 years ago

【Q26. 删除有序数组中的重复项】[c ]https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-asteria_penguin-gzry/ 【Q167. 两数之和 II - 输入有序数组】[c++] [c]https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/by-asteria_penguin-c3bf/

rixi-coding commented 2 years ago

Day2 Q27 remove element: https://leetcode.com/problems/remove-element/discuss/2034485/Day-2-of-Leetcode-using-Python

just4fun commented 2 years ago

Q26: https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/2034664/JS-solution-with-fast-and-slow-pointers Q83: https://leetcode.com/problems/remove-duplicates-from-sorted-list/discuss/2034667/JS-solution-with-fastslow-pointers-and-detail-comments

workch92 commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-lic-70-5fhd/

jujo-k commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-akinladeland-6c5y/

yexia553 commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/yuandishanchu-by-yexia-y6rk/