首页
学习
活动
专区
工具
TVP
发布

木又AI帮

专栏成员
368
文章
144006
阅读量
25
订阅数
打卡群刷题总结0602——二叉树的所有路径
链接:https://leetcode-cn.com/problems/binary-tree-paths
木又AI帮
2023-03-07
1560
打卡群2刷题总结1012——二叉树的最大深度
https://leetcode-cn.com/problems/maximum-depth-of-binary-tree/
木又AI帮
2020-10-30
2770
打卡群2刷题总结1011——从前序与中序遍历序列构造二叉树
https://leetcode-cn.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/
木又AI帮
2020-10-30
4650
打卡群2刷题总结1010——二叉树的层序遍历
https://leetcode-cn.com/problems/binary-tree-level-order-traversal/
木又AI帮
2020-10-30
3160
打卡群2刷题总结1009——二叉树的中序遍历
https://leetcode-cn.com/problems/binary-tree-inorder-traversal/
木又AI帮
2020-10-19
3510
打卡群刷题总结0812——路径总和 II
链接:https://leetcode-cn.com/problems/path-sum-ii
木又AI帮
2020-08-17
3180
打卡群刷题总结0813——二叉树展开为链表
链接:https://leetcode-cn.com/problems/flatten-binary-tree-to-linked-list
木又AI帮
2020-08-17
3360
打卡群刷题总结0814——二叉树展开为链表
链接:https://leetcode-cn.com/problems/populating-next-right-pointers-in-each-node
木又AI帮
2020-08-17
3030
打卡群刷题总结0811——从中序与后序遍历序列构造二叉树
链接:https://leetcode-cn.com/problems/construct-binary-tree-from-inorder-and-postorder-traversal
木又AI帮
2020-08-13
2050
打卡群刷题总结0810——从前序与中序遍历序列构造二叉树
链接:https://leetcode-cn.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal
木又AI帮
2020-08-12
3240
打卡群刷题总结0809——二叉树的锯齿形层次遍历
链接:https://leetcode-cn.com/problems/binary-tree-zigzag-level-order-traversal
木又AI帮
2020-08-11
2260
打卡群刷题总结0808——二叉树的层序遍历
PS:刷了打卡群的题,再刷另一道题,并且总结,确实耗费很多时间。如果时间不够,以后的更新会总结打卡群的题。
木又AI帮
2020-08-11
2100
打卡群刷题总结0807——验证二叉搜索树
PS:刷了打卡群的题,再刷另一道题,并且总结,确实耗费很多时间。如果时间不够,以后的更新会总结打卡群的题。
木又AI帮
2020-08-11
2250
打卡群刷题总结0804——二叉树的中序遍历
非递归解法,需要使用栈结构,同时使用一个visit数组标识该节点是否访问过其孩子节点。得到visit栈顶元素,判断是否访问过;如果访问过,则val加入到结果中;否则,右孩子插入到栈顶元素前一个位置,左孩子插入到最后。
木又AI帮
2020-08-06
2580
【leetcode刷题】T155-叶子相似的树
请考虑一棵二叉树上所有的叶子,这些叶子的值按从左到右的顺序排列形成一个 叶值序列 。
木又AI帮
2019-09-03
4210
【leetcode刷题】T152-N叉树的后序遍历
https://leetcode-cn.com/problems/n-ary-tree-postorder-traversal/
木又AI帮
2019-08-29
3890
【leetcode刷题】T151-N叉树的前序遍历
https://leetcode-cn.com/problems/n-ary-tree-preorder-traversal/
木又AI帮
2019-08-28
3840
【leetcode刷题】T149- N叉树的层序遍历
https://leetcode-cn.com/problems/validate-binary-search-tree/
木又AI帮
2019-08-28
3690
【leetcode刷题】T145-根据二叉树创建字符串
https://leetcode-cn.com/problems/construct-string-from-binary-tree
木又AI帮
2019-08-22
4570
【leetcode刷题】T146-二叉树的层平均值
https://leetcode-cn.com/problems/average-of-levels-in-binary-tree
木又AI帮
2019-08-22
3940
点击加载更多
社区活动
【纪录片】中国数据库前世今生
穿越半个世纪,探寻中国数据库50年的发展历程
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档