labuladong / basic-challenge

200 stars 23 forks source link

已结束 #314

Closed labuladong closed 1 year ago

labuladong commented 1 year ago

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

allllright commented 1 year ago

打卡 141. Linked List Cycle, 先刷一题,待会有空再继续 💪 https://leetcode.com/problems/linked-list-cycle/solutions/3705477/useing-two-pointers-or-set-to-find-linked-list-cycle/

sure00 commented 1 year ago

打卡160. Intersection of Two Linked Lists https://leetcode.com/problems/intersection-of-two-linked-lists/solutions/3705715/two-pointer-list-expand/

allllright commented 1 year ago

打卡 141. Linked List Cycle, 先刷一题,待会有空再继续 💪 https://leetcode.com/problems/linked-list-cycle/solutions/3705477/useing-two-pointers-or-set-to-find-linked-list-cycle/

Merge Two Sorted Lists https://leetcode.com/problems/merge-two-sorted-lists/solutions/3705719/merge-two-sorted-lists-with-two-pointers/

Intersection of Two Linked Lists https://leetcode.com/problems/intersection-of-two-linked-lists/solutions/3707580/intersection-of-two-linked-lists-two-pointers-hashset/

Partition List https://leetcode.com/problems/partition-list/solutions/3709186/86-partition-list/

sure00 commented 1 year ago

打卡160. Intersection of Two Linked Lists https://leetcode.com/problems/intersection-of-two-linked-lists/solutions/3705715/two-pointer-list-expand/

  1. Partition List https://leetcode.com/problems/partition-list/solutions/3705917/two-pointer/
judyzhangyf commented 1 year ago

打卡 142. Linked List Cycle II https://leetcode.com/problems/linked-list-cycle-ii/solutions/3706171/java-two-pointers-o-1-solution-with-explanation/

goatatop commented 1 year ago

打卡

  1. Merge Two Sorted Lists https://leetcode.com/problems/merge-two-sorted-lists/solutions/3706135/approach-with-2-pointers/

  2. Partition List https://leetcode.com/problems/partition-list/solutions/3706179/approach-with-2-pointers/

  3. Merge k Sorted Lists https://leetcode.com/problems/merge-k-sorted-lists/solutions/3706199/approach-with-priorityqueue-heap/

  4. Remove Nth Node From End of List https://leetcode.com/problems/remove-nth-node-from-end-of-list/solutions/3706214/approach-with-two-pointers/

  5. Middle of the Linked List https://leetcode.com/problems/middle-of-the-linked-list/solutions/3706217/approach-with-2-pointers/

  6. Linked List Cycle https://leetcode.com/problems/linked-list-cycle/solutions/3706225/approach-with-2-pointers/

  7. Linked List Cycle II https://leetcode.com/problems/linked-list-cycle-ii/solutions/3706243/approach-with-2-pointers/

  8. Intersection of Two Linked Lists https://leetcode.com/problems/intersection-of-two-linked-lists/solutions/3706260/approach-with-2-pointers/

jiaowotanxiaozz commented 1 year ago

打卡:

  1. 合并两个有序链表 https://leetcode.cn/problems/merge-two-sorted-lists/solutions/2327073/di-gui-jie-fa-by-thx031-delu/
  2. 相交链表 https://leetcode.cn/problems/intersection-of-two-linked-lists/solutions/2327089/shuang-zhi-zhen-by-thx031-o2vs/
acmenxin commented 1 year ago

21合并两个有序链表 https://leetcode.cn/problems/merge-two-sorted-lists/solution/jshe-bing-liang-ge-you-xu-lian-biao-by-s-p6mp/ 22 链表中倒数第k个节点https://leetcode.cn/problems/lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof/solution/lian-biao-zhong-dao-shu-di-kge-jie-dian-g7rc5/

Carol-Zhu commented 1 year ago

Day 1 打卡:

anrandu75 commented 1 year ago

打卡: 21.Merge Two Sorted Lists https://leetcode.cn/problems/merge-two-sorted-lists/solutions/2327365/21he-bing-liang-ge-you-xu-lian-biao-by-a-3rgv/ 86.分隔链表Partition List https://leetcode.cn/problems/partition-list/solutions/2327550/86fen-ge-lian-biao-by-anran75-z2oy/

bells0 commented 1 year ago

打卡:141题。先打卡,然后继续刷了 https://leetcode.cn/problems/linked-list-cycle/solutions/2327378/kuai-man-zhi-zhen-si-xiang-by-wonderbell-exti/

QianqianYu7382 commented 1 year ago

打卡:160题。 https://leetcode.com/problems/intersection-of-two-linked-lists/solutions/3707020/java/

Missy0529 commented 1 year ago

https://leetcode.cn/problems/merge-two-sorted-lists/comments/2054841

Carol-Zhu commented 1 year ago

Day 1 打卡(2/2): 86题: https://leetcode.cn/problems/partition-list/solutions/2327417/day01-86lian-biao-de-fen-jie-by-carol-zh-mk3y/

H-lzu commented 1 year ago

打卡: LC21: https://leetcode.cn/problems/merge-two-sorted-lists/solution/shua-ti-da-qia-by-nmemf8ll2c-jkl3/

liuyuhang599 commented 1 year ago

打卡 LeetCode 19: https://leetcode.com/problems/remove-nth-node-from-end-of-list/solutions/3707197/c-two-pointers-solution/

Missy0529 commented 1 year ago

https://leetcode.cn/problems/merge-two-sorted-lists/comments/2054841

打卡86题 https://leetcode.cn/problems/partition-list/solution/jian-li-liang-ge-xin-lian-biao-chu-li-pa-8p88/

chiao666 commented 1 year ago

打卡86 https://leetcode.cn/problems/partition-list/solution/shuang-lian-biao-si-lu-by-chizhiao-2oz4/ 876 https://leetcode.cn/problems/middle-of-the-linked-list/solution/ru-guo-you-liang-ge-zhong-jian-jie-dian-he3st/ 160 https://leetcode.cn/problems/intersection-of-two-linked-lists/solution/ru-guo-shi-yong-xun-huan-xing-shi-zhu-yi-9si3/

CarryLiao5959 commented 1 year ago

学习优先队列定义 https://leetcode.cn/problems/merge-k-sorted-lists/solutions/2327559/you-xian-dui-lie-si-lu-by-carry-vv-wkio/

wangcong68 commented 1 year ago

打卡:142题 https://leetcode.cn/problems/linked-list-cycle-ii/solution/huan-xing-lian-biao-by-gavin-144-fsyc/

Guinguin0416 commented 1 year ago

LC141: https://leetcode.com/problems/linked-list-cycle/solutions/3707591/java-easy-and-clean-0701/

luyu94 commented 1 year ago
  1. 合并两个有序链表 https://leetcode.cn/problems/merge-two-sorted-lists/solution/21-he-bing-liang-ge-you-xu-lian-biao-by-yf9vb/
  2. 分隔链表 https://leetcode.cn/problems/partition-list/solution/86-fen-ge-lian-biao-by-luyu-78xb/ 23. 合并 K 个升序链表 https://leetcode.cn/problems/merge-k-sorted-lists/solution/23-he-bing-kge-sheng-xu-lie-biao-by-luyu-9tzn/
  3. 删除链表的倒数第 N 个结点 https://leetcode.cn/problems/remove-nth-node-from-end-of-list/solution/19-shan-chu-lian-biao-de-dao-shu-di-n-ge-ec02/
  4. 链表的中间结点 https://leetcode.cn/problems/middle-of-the-linked-list/solution/876-lian-biao-de-zhong-jian-jie-dian-by-uqmj5/
  5. 环形链表 II https://leetcode.cn/problems/linked-list-cycle-ii/solution/142-huan-xing-lian-biao-ii-by-luyu-jkqs/
  6. 相交链表 https://leetcode.cn/problems/intersection-of-two-linked-lists/solution/160-xiang-jiao-lian-biao-by-luyu-5iab/
adelejychen commented 1 year ago

今日学习文章:单链表的六大解题套路,你都见过么?

请于两天内在本 issue 下评论完成打卡,学习过程中如果遇到无法解决的问题可以在群里交流。

打卡141https://leetcode.com/problems/linked-list-cycle/solutions/3707858/two-pointers-in-python/

HeadmasterEggy commented 1 year ago

https://leetcode.cn/problems/merge-two-sorted-lists/solutions/2327285/21-he-bing-liang-ge-you-xu-lian-biao-by-plr55/ https://leetcode.cn/problems/middle-of-the-linked-list/solutions/2327758/lian-biao-zhong-jian-jie-dian-by-headmas-oei2/

sdyin commented 1 year ago

leetcode86: https://leetcode.cn/problems/partition-list/solution/leetcode-86-fen-ge-lian-biao-ti-jie-by-s-8rp5/

xinlanfeng commented 1 year ago

086 分隔链表: https://leetcode.cn/problems/partition-list/solution/ti-jie-fen-ge-lian-biao-by-xinlanfeng-ywr4/ 021 合并两个有序链表: https://leetcode.cn/problems/merge-two-sorted-lists/solution/ti-jie-he-bing-liang-ge-you-xu-lian-biao-jt9b/

SmallTom1 commented 1 year ago

160相交链表:https://leetcode.cn/problems/intersection-of-two-linked-lists/solution/xiang-jiao-lian-biao-by-condescending-pa-b0ko/

GT-l commented 1 year ago

day01:环形链表 先做一道题打个卡先 https://leetcode.cn/problems/linked-list-cycle/solutions/2327893/shi-yong-kuai-man-zhi-zhen-jie-jue-huan-3w2ew/

TimGuo8 commented 1 year ago

打卡 21. Merge Two Sorted Lists https://leetcode.com/problems/merge-two-sorted-lists/solutions/3708490/double-pointers-java/

TimGuo8 commented 1 year ago

打卡 21. Merge Two Sorted Lists https://leetcode.com/problems/merge-two-sorted-lists/solutions/3708490/double-pointers-java/

86.https://leetcode.com/problems/partition-list/solutions/3708520/java-two-pointer-solution/

Sadwy commented 1 year ago

打卡19. https://leetcode.com/problems/remove-nth-node-from-end-of-list/solutions/3708605/topic/

lemonzeng commented 1 year ago

day1 打卡:https://leetcode.com/problems/linked-list-cycle/solutions/3708560/approach-with-2-pointers/

TimGuo8 commented 1 year ago

打卡 21. Merge Two Sorted Lists https://leetcode.com/problems/merge-two-sorted-lists/solutions/3708490/double-pointers-java/

86.https://leetcode.com/problems/partition-list/solutions/3708520/java-two-pointer-solution/

https://leetcode.com/problems/merge-k-sorted-lists/solutions/3708665/java-priorityqueue-o-n/

RuokeZhang commented 1 year ago
  1. Intersection of Two Linked Lists https://leetcode.com/problems/intersection-of-two-linked-lists/solutions/3708715/two-pointers/
  2. Merge k Sorted Lists https://leetcode.com/problems/merge-k-sorted-lists/solutions/3708631/use-priorityqueue/
  3. Linked List Cycle II https://leetcode.com/problems/linked-list-cycle-ii/solutions/3708567/slow-fast-pointer/
ZitongWang1202 commented 1 year ago

160 https://leetcode.com/problems/intersection-of-two-linked-lists/solutions/3708792/python3-transform-to-finding-cycle-in-linked-list-with-2-pointers/

zhikeliang commented 1 year ago

先打卡21,明天继续做剩余的题。

https://leetcode.cn/problems/merge-two-sorted-lists/solution/he-bing-liang-ge-you-xu-lian-biao-by-fri-0suh/

itscj1014 commented 1 year ago

今日学习文章:单链表的六大解题套路,你都见过么?

请于两天内在本 issue 下评论完成打卡,学习过程中如果遇到无法解决的问题可以在群里交流。

打卡:https://leetcode.cn/problems/merge-two-sorted-lists/solutions/2328106/he-bing-liang-ge-you-xu-lian-biao-by-van-54wn/

lingn commented 1 year ago
  1. 合并k个升序列表 https://leetcode.cn/problems/merge-k-sorted-lists/solutions/2328115/he-bing-kge-you-xu-lie-biao-by-elo9uent-bzwdn/
xyczero commented 1 year ago

https://leetcode.cn/problems/linked-list-cycle/solutions/2328121/kuai-man-zhi-zhen-jian-yi-si-lu-by-xycze-bllh/

zeefan1555 commented 1 year ago

23.合并K个升序链表: https://leetcode.cn/problems/merge-k-sorted-lists/solution/23-he-bing-kge-pai-xu-lian-biao-by-zeefa-1sx0/

taozhaojun commented 1 year ago

打卡23.合并K个升序链表: https://leetcode.com/problems/merge-k-sorted-lists/solutions/3708995/java-solution-using-priority-queue-minheap/

Damon-hhd commented 1 year ago

https://leetcode.cn/problems/linked-list-cycle/solutions/2328131/shuang-zhi-zhen-huan-xing-lian-biao-by-d-svnn/

ljrirene commented 1 year ago

打卡:https://leetcode.com/problems/merge-two-sorted-lists/solutions/3709175/merge-two-sorted-lists/

BigDataTeng commented 1 year ago

打卡:21合并有序链表 https://leetcode.cn/problems/merge-two-sorted-lists/solution/he-bing-you-xu-lian-biao-by-ma-nong-la-l-np9j/

YunjiQ commented 1 year ago
zixgit commented 1 year ago

https://leetcode.cn/problems/SLwz0R/solutions/2328224/lian-biao-shan-chu-dao-shu-di-nge-jie-di-0tvx/

twhn commented 1 year ago
  1. Merge Two Sorted Lists https://leetcode.cn/problems/merge-two-sorted-lists/solution/21-he-bing-liang-ge-you-xu-lian-biao-by-rch7a/
IvanChen008 commented 1 year ago

打卡 Merge Two Sorted Lists

https://leetcode.com/problems/merge-two-sorted-lists/solutions/3709405/merge-two-sorted-lists/

Two pointers for Partition List

https://leetcode.com/problems/partition-list/solutions/3709496/two-pointers-for-partition-list/

Janicecy commented 1 year ago

打卡

  1. Intersection of Two Linked Lists https://leetcode.com/problems/intersection-of-two-linked-lists/solutions/3709428/typescript-solution-with-explanation/
stephannnnnie commented 1 year ago

打卡 Day1

  1. Merge two sorted lists https://leetcode.cn/problems/merge-two-sorted-lists/solution/shuang-zhi-zhen-he-bing-liang-ge-you-xu-mjov3/