labuladong / basic-challenge

200 stars 23 forks source link

已结束 #326

Closed labuladong closed 1 year ago

labuladong commented 1 year ago

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

xiaoyu-wen-1118 commented 1 year ago
  1. Reverse Linked List II https://leetcode.com/problems/reverse-linked-list-ii/solutions/3738080/python-recursion-o-n-time-o-n-space/ LC206 https://leetcode.com/problems/reverse-linked-list/solutions/3738107/python-iteration-with-explanation/
allllright commented 1 year ago
  1. Reverse Linked List https://leetcode.com/problems/reverse-linked-list/solutions/3738355/iterative-approach-recursive-approach/
Janicecy commented 1 year ago

https://leetcode.com/problems/reverse-linked-list-ii/solutions/3738358/typescript-resursion/

liuyuhang599 commented 1 year ago

LC 206: https://leetcode.com/problems/reverse-linked-list/solutions/3738378/c-recursive-solution/

taozhaojun commented 1 year ago

leetcode 92: https://leetcode.com/problems/reverse-linked-list-ii/solutions/3738522/java-solution-using-recursion/

TimGuo8 commented 1 year ago

https://leetcode.com/problems/reverse-linked-list/solutions/3738807/recursion-solution/

sdyin commented 1 year ago

leetcode 92:链表反转② https://leetcode.cn/problems/reverse-linked-list-ii/solution/92fan-zhuan-lian-biao-2-ti-jie-by-sdyin-uamx/

goatatop commented 1 year ago
  1. Reverse Linked List II

https://leetcode.com/problems/reverse-linked-list-ii/solutions/3738855/approach-with-recursion/

jiaowotanxiaozz commented 1 year ago

lc206: https://leetcode.cn/problems/reverse-linked-list/solutions/2336580/di-gui-by-thx031-00aj/ lc92: https://leetcode.cn/problems/reverse-linked-list-ii/solutions/2336664/di-gui-by-thx031-sr8t/

Carol-Zhu commented 1 year ago

Day08 打卡 92题:https://leetcode.cn/problems/reverse-linked-list-ii/solutions/2336746/day08-di-gui-fan-zhuan-lian-biao-by-caro-cuob/ 【为什么java可以但是C++就会出问题?在例子「[1,2,3,4,5], left = 2, right = 4, output: [1,4,3,2]」5不见了???希望有明白的朋友可以解答一下,谢谢】

chiao666 commented 1 year ago

打卡92题https://leetcode.cn/problems/reverse-linked-list-ii/solution/di-gui-he-yi-ci-bian-li-de-fang-fa-by-ch-np7l/

luyu94 commented 1 year ago
  1. 反转链表 II https://leetcode.cn/problems/reverse-linked-list-ii/solution/92-fan-zhuan-lian-biao-ii-by-luyu-llaa/
KaoNiJun commented 1 year ago

206 https://leetcode.com/problems/reverse-linked-list/solutions/3739641/july-daily-challenge-day-08-reverse-linked-list/

bells0 commented 1 year ago

day 08 打卡

  1. 反转链表 II https://leetcode.cn/problems/reverse-linked-list-ii/solutions/2337010/92-fan-zhuan-lian-biao-ii-by-wonderbell-7hpl/
CarryLiao5959 commented 1 year ago

递归翻转链表 https://leetcode.cn/problems/reverse-linked-list-ii/solutions/2337182/di-gui-fan-zhuan-lian-biao-by-carry-vv-tlmz/

zeefan1555 commented 1 year ago

递归翻转链表: https://leetcode.cn/problems/reverse-linked-list/solution/206-fan-zhuan-lian-biao-by-zeefan1555-jwy6/

zixgit commented 1 year ago

https://leetcode.cn/problems/reverse-linked-list-ii/solutions/2337363/di-gui-jie-jue-fan-zhuan-lian-biao-by-zh-eh3k/

Missy0529 commented 1 year ago

打卡 https://leetcode.cn/problems/reverse-linked-list/solution/reverse-by-missy-m-fwiy/

SmallTom1 commented 1 year ago

Day08 打卡

dijietony commented 1 year ago

https://leetcode.cn/problems/reverse-linked-list/solutions/2337463/fan-zhuan-lian-biao-by-dijietony-kav5/

anrandu75 commented 1 year ago

反转链表 https://leetcode.cn/problems/reverse-linked-list/solutions/2337480/206fan-zhuan-lian-biao-by-anran75-te19/

chacha923 commented 1 year ago
  1. https://leetcode.cn/problems/reverse-linked-list/solution/golang-di-gui-shi-xian-by-dennis0327-nkio/
lingn commented 1 year ago

92: https://leetcode.cn/problems/reverse-linked-list-ii/solutions/2337515/92-fan-zhuan-lian-biao-ii-by-elo9uent-di-rjv1/

acmenxin commented 1 year ago

234回文链表:https://leetcode.cn/problems/palindrome-linked-list/solution/pan-duan-fan-zhuan-hou-yu-yuan-lian-biao-dtz9/ 反转链表:https://leetcode.cn/problems/reverse-linked-list/solution/shi-jian-fu-za-du-wei-onkong-jian-fu-za-59vmi/ K个一组反转链表:https://leetcode.cn/problems/reverse-nodes-in-k-group/solution/di-gui-shi-xian-on-by-sj4vrbuluq-rzl3/

zhikeliang commented 1 year ago

打卡206 https://leetcode.cn/problems/reverse-linked-list/solution/fan-zhuan-lian-biao-by-friendly-easley-4rz8/

GT-l commented 1 year ago

day08:206. 反转链表 https://leetcode.cn/problems/reverse-linked-list/solutions/2337619/fan-zhuan-lian-biao-by-gtlong-ju-39ee/

elaineKuo commented 1 year ago

https://leetcode.cn/problems/reverse-linked-list-ii/solution/92-fan-zhuan-lian-biao-ii-by-mei-vampire-5dyq/ https://leetcode.cn/problems/reverse-linked-list/solution/fan-zhuan-lian-biao-by-mei-vampire-e2kd/

wangcong68 commented 1 year ago

206.https://leetcode.cn/problems/reverse-linked-list/solution/206-fan-zhuan-lian-biao-by-gavin-144-nklo/

HeadmasterEggy commented 1 year ago

https://leetcode.cn/problems/reverse-linked-list/solutions/2337534/206-fan-zhuan-lian-biao-by-headmasteregg-iujo/ https://leetcode.cn/problems/reverse-linked-list-ii/solutions/2337688/92-fan-zhuan-lian-biao-ii-by-headmastere-qs9o/

yulinlinlynn commented 1 year ago

206 。 递归反转链表 https://leetcode.cn/problems/reverse-linked-list/solutions/2337690/di-gui-fan-zhuan-lian-biao-by-yulinlinly-okzt/

sure00 commented 1 year ago
  1. Reverse Linked List https://leetcode.com/problems/reverse-linked-list/solutions/3742845/recursion/

  2. Reverse Linked List II https://leetcode.com/problems/reverse-linked-list-ii/solutions/3742905/recursive-to-reverse-the-node/

xyczero commented 1 year ago

https://leetcode.cn/problems/reverse-linked-list/solutions/2337802/whilebian-li-fan-zhuan-by-xyczero-zur2/

stephannnnnie commented 1 year ago

Day8 https://leetcode.cn/problems/reverse-linked-list/solution/di-gui-jie-fan-zhuan-lian-biao-by-stepha-k9ff/

lemonzeng commented 1 year ago

https://leetcode.com/problems/reverse-linked-list-ii/solutions/3743291/head-insertion-method/

ZitongWang1202 commented 1 year ago

92 https://leetcode.com/problems/reverse-linked-list-ii/solutions/3372208/python3-reverse-linked-list-using-recursion-and-iteration/

Sadwy commented 1 year ago
  1. 递归法反转单链表 https://leetcode.com/problems/reverse-linked-list/solutions/3743606/topic/
VYang4 commented 1 year ago

92: https://leetcode.com/problems/reverse-linked-list-ii/solutions/3743691/solution/

xinlanfeng commented 1 year ago

206 反转链表:https://leetcode.cn/problems/reverse-linked-list/solution/ti-jie-fan-zhuan-lian-biao-by-xinlanfeng-fvef/ 92 反转链表的一部分:https://leetcode.cn/problems/reverse-linked-list-ii/solution/ti-jie-fan-zhuan-lian-biao-de-yi-bu-fen-5ggqu/

ybk9216 commented 1 year ago

https://leetcode.cn/problems/reverse-linked-list/solutions/2338362/di-gui-by-ybk9216-mofb/

smartfm123 commented 1 year ago

Day08

  1. 反转链表 https://leetcode.cn/problems/reverse-linked-list/solution/206-fan-zhuan-lian-biao-by-turtlebot-liv7/
SakuragiHnmch commented 1 year ago

206 https://leetcode.cn/problems/reverse-linked-list/solution/fan-zhuan-lian-biao-by-sakuragihnmch-cj6x/

RuokeZhang commented 1 year ago

https://leetcode.com/problems/reverse-linked-list-ii/solutions/3744747/my-thought-on-recursive-method-step-by-step/

qiutiange1205 commented 1 year ago
  1. 反转链表 https://leetcode.cn/problems/reverse-linked-list/solution/di-gui-fan-zhuan-by-silly-jones36x-5k4o/
BigDataTeng commented 1 year ago

Day08打卡 [206. 反转链表] https://leetcode.cn/problems/reverse-linked-list/solution/lian-biao-di-gui-by-ma-nong-la-la-053l/

FED4 commented 1 year ago
  1. Reverse Linked List https://leetcode.com/problems/reverse-linked-list-ii/solutions/2754942/c-recursive-reverse-front-and-between/
cfck commented 1 year ago

92:https://leetcode.cn/problems/reverse-linked-list-ii/solution/92fan-zhuan-lian-biao-ii-by-leniu-nise/

itscj1014 commented 1 year ago

打卡:https://leetcode.cn/problems/reverse-linked-list/solutions/2338884/206-fan-zhuan-lian-biao-by-vanshu-8uqs/

YunjiQ commented 1 year ago
zhangleijlu commented 1 year ago

反转链表顺序 https://leetcode.cn/problems/reverse-linked-list-ii/solution/fan-zhuan-lian-biao-zhong-de-yi-ge-qu-ji-zcyf/

QianqianYu7382 commented 1 year ago

92:https://leetcode.com/problems/reverse-linked-list-ii/solutions/3747512/java-recursion/