labuladong / basic-challenge

200 stars 22 forks source link

已结束 #8

Closed labuladong closed 2 years ago

labuladong commented 2 years ago

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

alsomilo commented 2 years ago

Q5: [Python] https://leetcode.com/problems/longest-palindromic-substring/discuss/2029724/Python%3A-two-pointer-in-opposite-direction

yingjun2 commented 2 years ago

[Q344 Reverse String (Python)] https://leetcode.com/problems/reverse-string/discuss/2029835/python-string-reverse

xiankuncheng commented 2 years ago

Q26: [Rust] 删除有序数组中的重复项 Q83: [Rust] 删除排序链表中的重复元素

HiddenBoxI commented 2 years ago

Q26: [java] https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/mei-yi-xing-du-you-by-aldrich-xiao-j470/

Sm1te commented 2 years ago

Q26: [Java] https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/kuai-man-zhi-zhen-by-yijianli-oyva/ Q83: [Java] https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/by-yijianli-rw3l/

LilyS007 commented 2 years ago

Q5: [java] https://leetcode.com/problems/longest-palindromic-substring/discuss/2030290/Java_Sol Q344:[java] https://leetcode.com/problems/reverse-string/discuss/2030268/java_sol Q167:[java] https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/discuss/2030264/java_sol Q283:[java] https://leetcode.com/problems/move-zeroes/discuss/2030257/java_sol Q27:[java] https://leetcode.com/problems/remove-element/discuss/2030226/java_sol Q83: [java] https://leetcode.com/problems/remove-duplicates-from-sorted-list/discuss/2030211/java_sol Q26: [java] https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/2030188/java_sol

curveflopper commented 2 years ago

https://leetcode.com/problems/longest-palindromic-substring/discuss/2030345/Clean-Python-Solution

jiaweitong commented 2 years ago

Q26 [Python]: https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/2030326/Python3-solution-two-pointers-method Q83 [Python]: https://leetcode.com/problems/remove-duplicates-from-sorted-list/discuss/2030348/python3-solution-two-pointers Q27 [Python]: https://leetcode.com/problems/remove-element/discuss/2030368/Python3-Solution-using-two-pointers Q283 [Python]: https://leetcode.com/problems/move-zeroes/discuss/2030374/python3-solution-two-pointers Q167 [Python]: https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/discuss/2030383/python3-solution-using-two-pointers Q344 [Python]: https://leetcode.com/problems/reverse-string/discuss/2030392/python3-solution-using-two-pointers Q5 [Python]: Q [Python]:

WindCarryAway commented 2 years ago

Q26. [Python3]: 26. 删除有序数组中的重复项

Demian101 commented 2 years ago

Q26. https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/2030613/fastslow-Pointer Q167. https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/discuss/2031456/Python

ttk1907 commented 2 years ago

Q26. https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/s-by-tian-kai-8cj5/

MeloGuo commented 2 years ago

Q26 Remove Duplicates from Sorted Array Q83 Remove Duplicates from Sorted List Q167 Two Sum II Q5 Longest Palindrome Substring

chachan53 commented 2 years ago

Q26: https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/kuai-man-zhi-zhen-fa-by-ban-ye-yan-mei-l4z4/ Q167: https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/by-ban-ye-yan-mei-05na/ Q344: https://leetcode.cn/problems/reverse-string/solution/344-by-ban-ye-yan-mei-4ww3/ Q5: https://leetcode.cn/problems/longest-palindromic-substring/solution/by-ban-ye-yan-mei-0xal/

yangangao commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/liang-ge-zhizheng-by-yangangao-jqmt/

baijw20 commented 2 years ago

Q26: [C++] https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-snufkin_-kdcy/ Q83: [C++] https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/kuai-man-zhi-zhen-shan-chu-by-snufkin_-cc5p/ Q27: [C++] https://leetcode.cn/problems/remove-element/solution/by-snufkin_-i13k/ Q283: [C++] https://leetcode.cn/problems/move-zeroes/solution/by-snufkin_-1od1/ Q167: [C++] https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/tong-guo-shuang-zhi-zhen-by-snufkin_-cg4p/ Q344: [C++] https://leetcode.cn/problems/reverse-string/solution/by-snufkin_-yvgf/ Q5: [C++] https://leetcode.cn/problems/longest-palindromic-substring/solution/tong-guo-shuang-zhi-zhen-xunz-by-snufkin-8c7i/

banmao999 commented 2 years ago

Q26: https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/26-by-9527-i-iipj/

bnerDY commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/remove-duplicate-by-bnerdy-5yqi/ https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/by-bnerdy-5a09/

kingcong0601 commented 2 years ago

Q26:https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-hedgehog-16-abtv/

finley08 commented 2 years ago

https://leetcode.cn/problems/merge-two-sorted-lists/solution/shuang-zhi-zhen-jie-he-bing-lian-biao-by-hupb/

EngineerZhang commented 2 years ago

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

imtianyufu commented 2 years ago

C++

LLLLLC commented 2 years ago

Q26 [java] 删除有序数组中的重复项 https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-l-zq-fs0o/ Q27 [java] 移除元素 https://leetcode.cn/problems/remove-element/solution/by-l-zq-qjx7/ Q83 [java] 删除排序链表中的重复元素 https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/by-l-zq-ul0g/

buliflag commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/83-shuang-zhi-zhen-by-hu-xiao-ming-5s-p7g9/ https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/2-by-hu-xiao-ming-5s-kg26/ https://leetcode.cn/problems/remove-element/solution/27-shuang-zhi-zhen-jie-jue-gai-wen-ti-by-8k9t/

ruanfw commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-run-42-nwka/ https://leetcode.cn/problems/move-zeroes/solution/by-run-42-echd/ https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/by-run-42-f2vr/ https://leetcode.cn/problems/longest-palindromic-substring/solution/by-run-42-xsoo/

BethelDEV commented 2 years ago

https://leetcode.com/problems/remove-duplicates-from-sorted-array/discuss/2031753/java-solution

hivePeak commented 2 years ago

Q26 删除有序数组中的重复项

seejv commented 2 years ago

(C++)[5. 最长回文子串] https://leetcode.cn/problems/longest-palindromic-substring/ (C++)[27. 移除元素] https://leetcode.cn/problems/remove-element/ (C++)[83. 删除排序链表中的重复元素] https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/by-seejv-k3s6/ (C++)[344. 反转字符串] https://leetcode.cn/problems/reverse-string/

zou-zixian commented 2 years ago

Q26 https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-997-n7-gcrf/

ygzbxdk commented 2 years ago

https://leetcode.cn/problems/move-zeroes/solution/by-yi-guo-zhu-bu-xia-de-kun-r076/

LiuhDev commented 2 years ago

https://leetcode.cn/problems/remove-element/solution/by-hao-144-zo9h/

Hunte123 commented 2 years ago

Q5 [Go]https://leetcode.cn/problems/longest-palindromic-substring/solution/shuang-zhi-zhen-qiu-by-liao007-1oo0/

zhou-ziyan commented 2 years ago

Day02 2 Pointer & Array 删除有序数组中的重复项 - LeetCode Discuss

NocturneWu520 commented 2 years ago

Q26 https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-nocturnewu-0yq2/

Upperlan commented 2 years ago

Q167:【C++】https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/c-by-cherishd1-yxgw/

yuzhenzero commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/shuang-zhi-zhen-kuai-man-zhi-zhen-by-zyu-fooq/

cofjee commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-cofjee-cl4h/

Yuiceee commented 2 years ago

Q83[python]:https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/python3kuai-man-shuang-zhi-zhen-by-focus-63ao/ Q26[python]:https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/py-by-focused-lalandeih9-4lhc/

tongdayin commented 2 years ago

Q26[JavaScript]:https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-tongood-zqh0/ Q26[JavaScript]:https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-tongood-jdgf/ Q83[JavaScript]:https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/by-tongood-98wz/

wangyao0512 commented 2 years ago

[344]https://leetcode.cn/problems/reverse-string/submissions/

yxuaren commented 2 years ago

https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/discuss/2031953/java-two-pointers

wangxiaobu1 commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/q-by-wangxiaobu-9b8a/

AI-Mart commented 2 years ago

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

DevilXiaoAP commented 2 years ago

Python Q26 删除有序数组中的重复项

agentzzz commented 2 years ago

Q26:[Go] https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-agentz-f8s3/ Q83:[Go] https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/shuang-zhi-zhen-by-agentz-xrna/ Q27:[Go] https://leetcode.cn/problems/remove-element/solution/shuang-zhi-zhen-by-agentz-zs0k/ Q283:[Go] https://leetcode.cn/problems/move-zeroes/solution/shuang-zhi-zhen-by-agentz-fs3a/ Q167:[Go] https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/tou-wei-shuang-zhi-zhen-by-agentz-spnv/ Q344:[Go] https://leetcode.cn/problems/reverse-string/solution/shuang-zhi-zhen-by-agentz-ef7w/ Q5:[Go] https://leetcode.cn/problems/longest-palindromic-substring/solution/zhong-xin-kuo-san-fa-by-agentz-u03l/

owalimas commented 2 years ago

Q22: [Java] 链表中环的入口节点 Q83: [Java] 删除排序链表中的重复元素 Q26: [Java] 删除有序数组中的重复项 Q27: [Java] 移除元素 Q283.: [Java] 移动零

qilittle1 commented 2 years ago

26 https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-qilittle1-dckc/ 83 https://leetcode.cn/problems/remove-duplicates-from-sorted-list/solution/by-qilittle1-bn2a/ 27 https://leetcode.cn/problems/remove-element/solution/27-yi-chu-yuan-su-by-qilittle1-9wjt/ 283 https://leetcode.cn/problems/move-zeroes/solution/by-qilittle1-z6p1/ 167 https://leetcode.cn/problems/two-sum-ii-input-array-is-sorted/solution/by-qilittle1-zkuo/

Cool9mi commented 2 years ago

Q344:https://leetcode.cn/problems/reverse-string/solution/by-coolhuilin-2u4y/

dyjcow commented 2 years ago

Q26[java]: https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-dyj15113657804-2si8/

asaltwaterroom commented 2 years ago
fangzhou-ye commented 2 years ago

https://leetcode.cn/problems/remove-duplicates-from-sorted-array/solution/by-bugcoder233-kzj7/