labuladong / basic-challenge

200 stars 22 forks source link

已结束 #156

Closed labuladong closed 2 years ago

labuladong commented 2 years ago

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

Zuixi commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/by-zuixi-9xor/

1059870594 commented 2 years ago

https://leetcode.com/problems/invert-binary-tree/discuss/2531054/lc226

jennyhe-cam commented 2 years ago

https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/solution/by-clue1120-sdi6/

RyanChen777 commented 2 years ago

https://leetcode.com/problems/flatten-binary-tree-to-linked-list/discuss/2531827/Flat

daseinkata commented 2 years ago

https://leetcode.com/problems/invert-binary-tree/discuss/2531912/recursive-invertTree

Sharonno commented 2 years ago

https://leetcode.cn/problems/populating-next-right-pointers-in-each-node/solution/di-by-shang-78-c53o/ https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/solution/by-shang-78-rfwq/

ronnie14165 commented 2 years ago

翻转二叉树 https://leetcode.com/problems/invert-binary-tree/discuss/2532074/Python3-Recursion

amazingfisher commented 2 years ago

https://leetcode.cn/problems/populating-next-right-pointers-in-each-node/solution/by-higirl-h-ljiq/

opslinux commented 2 years ago

https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/solution/golang-by-jiong-jiong-nan-22i6/

ltt520 commented 2 years ago

回顾226题反转二叉树并换一种思路 https://leetcode.cn/problems/invert-binary-tree/solution/di-gui-fan-zhuan-by-e3xfarkybr-xurv/ 116填充二叉树每个节点的下一侧右侧节点指针 https://leetcode.cn/problems/populating-next-right-pointers-in-each-node/solution/tian-chong-mei-ge-jie-dian-de-xia-yi-ge-i0svb/

zerowzl commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/dfs-by-davewang-y1ru/ https://leetcode.cn/problems/populating-next-right-pointers-in-each-node/solution/bfs-by-davewang-rr3n/ https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/solution/by-davewang-cr19/

Bbubbb commented 2 years ago

https://leetcode.cn/problems/shu-de-zi-jie-gou-lcof/solution/by-liang-shi-kai-o-1d23/

Hyuvo commented 2 years ago

https://leetcode.com/problems/flatten-binary-tree-to-linked-list/discuss/2532611/Java-flatten-tree-recursively

YoEricYo commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/er-cha-shu-di-gui-fan-zhuan-by-ericww-sjj2/

aaashuai commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/fan-zhuan-by-turo233-1b6x/

MSTE-sysu commented 2 years ago

https://leetcode.com/problems/flatten-binary-tree-to-linked-list/discuss/2532896/python-solution

fengmiaomiao123 commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/qian-xu-biao-li-by-flamboyant-diffiem7j-e0ey/

cyx0329 commented 2 years ago

https://leetcode.com/problems/invert-binary-tree/discuss/2533066/Java-Recursive

FuZi-Xiao commented 2 years ago

https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/solution/by-xiao-fu-zi-cr-5ran/

iry799 commented 2 years ago

https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/solution/by-u95u8p3mfg-3e0b/

SteveYoungYc commented 2 years ago

https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/solution/114-flatten-binary-tree-to-linked-list-b-s3yt/

Silflame commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/qianx-by-silflame-a-rzv7/ https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/solution/by-silflame-a-3n83/

UmbraCi commented 2 years ago

翻转二叉树:https://leetcode.cn/problems/invert-binary-tree/solution/hou-xu-bian-li-by-eiie-20-3hkz/ 二叉树的镜像:https://leetcode.cn/problems/er-cha-shu-de-jing-xiang-lcof/solution/dfs-by-eiie-20-0wlf/ 填充每个节点的下一个右侧节点指针:https://leetcode.cn/problems/populating-next-right-pointers-in-each-node/solution/by-eiie-20-xdvo/ 二叉树展开为链表:https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/solution/hou-xu-bian-li-fen-jie-wen-ti-by-eiie-20-n9jm/

AlexPlus1 commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/by-alexplus1-ta0x/ https://leetcode.cn/problems/populating-next-right-pointers-in-each-node/solution/go-by-alexplus1-m66e/ https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/solution/by-alexplus1-upo6/

AlexPlus1 commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/by-alexplus1-ta0x/ https://leetcode.cn/problems/populating-next-right-pointers-in-each-node/solution/go-by-alexplus1-m66e/ https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/solution/by-alexplus1-upo6/

Strawberrybrother commented 2 years ago

https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/solution/by-vigorous-shawby6-i7s6/

Ym9i commented 2 years ago

226 https://leetcode.com/problems/invert-binary-tree/discuss/2534161/dialy-challenge-d013

fzw1202 commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/fan-zhuan-er-cha-shu-by-joe-1202-cu91/

just-dj- commented 2 years ago

https://leetcode.cn/problems/populating-next-right-pointers-in-each-node/solution/by-justdj-2eqm/

Mettiriolo commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/cbian-li-by-yang-225-jeff/

yulan922 commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/by-wei-trd-iirq/ https://leetcode.cn/problems/populating-next-right-pointers-in-each-node/solution/jva-by-wei-trd-5jx8/ https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/solution/java-by-wei-trd-o03i/

winrunwang commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/er-cha-shu-fan-zhuan-by-wingswang-zhao-q-wwww/

paullenwyue commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/by-meng-yi-6-4f2h/

wanggithub2020 commented 2 years ago

https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/solution/by-zi-guan-kft7/

ichengzi commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/fan-zhuan-er-cha-shu-by-cz-by-ichengzi-q819/ https://leetcode.cn/problems/er-cha-shu-de-jing-xiang-lcof/solution/fan-zhuan-er-cha-shu-by-cz-by-ichengzi-jre6/ https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/solution/by-ichengzi-hn69/

Ying97 commented 2 years ago

Day13 https://leetcode.cn/problems/invert-binary-tree/solution/di-gui-by-amazing-vaughan-qjn5/

https://leetcode.cn/problems/populating-next-right-pointers-in-each-node/solution/by-amazing-vaughan-w8io/

https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/solution/fen-jie-wen-ti-by-amazing-vaughan-52g7/

JonathonJackQueryLai commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/la-by-charles_ghost-4odw/

zsm625 commented 2 years ago

展开二叉树 https://leetcode.cn/problems/flatten-binary-tree-to-linked-list/solution/by-shi-qing-hua-yi-b-r78h/ 翻转二叉树 https://leetcode.cn/problems/invert-binary-tree/solution/by-shi-qing-hua-yi-b-ogpu/

flora0901 commented 2 years ago

https://leetcode.com/problems/populating-next-right-pointers-in-each-node/discuss/2536874/java-populating-next-right-pointers-in-each-node

BPM37093 commented 2 years ago

LC 226: https://leetcode.com/problems/invert-binary-tree/discuss/2536878/Java-Simple-Solution LC 116: https://leetcode.com/problems/populating-next-right-pointers-in-each-node/discuss/2536883/Java-Traverse-Simple-Solution LC 114: https://leetcode.com/problems/flatten-binary-tree-to-linked-list/discuss/2536886/Java-Simple-Solution

BaoxinS commented 2 years ago

114: https://leetcode.com/problems/flatten-binary-tree-to-linked-list/discuss/2537229/Java-Flatten-Binary-Tree-to-Linked-List 116: https://leetcode.com/problems/populating-next-right-pointers-in-each-node/discuss/2537149/Java-Populating-Next-Right-Pointers-in-Each-Node 226: https://leetcode.com/problems/invert-binary-tree/discuss/2536747/Java-Invert-Binary-Tree

JackyLiu-SCUT commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/by-jacky-liu-e-w7p9/

Abeltianxiong commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/by-abeltianxiong-0uxp/

Annieeeeee commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/by-annieeeeee-7cd4/

JiahuiYou0423 commented 2 years ago

https://leetcode.com/problems/invert-binary-tree/discuss/2537896/C%2B%2B-two-recursion-method

KaoNiJun commented 2 years ago

https://leetcode.com/problems/invert-binary-tree/discuss/2537903/Day-13-Binary-Tree-(Practice)

JfChi18 commented 2 years ago

https://leetcode.com/problems/invert-binary-tree/discuss/2537981/python

tjmx33 commented 2 years ago

https://leetcode.com/problems/invert-binary-tree/discuss/2538047/Java-solution-recursive

Mikauney commented 2 years ago

https://leetcode.com/problems/invert-binary-tree/discuss/2538129/Invert-Binary-Tree

Aweiiss commented 2 years ago

https://leetcode.cn/problems/invert-binary-tree/solution/fanzhuan-by-aweiss-hly0/