2024-02-11发表2024-09-05更新LeetCode每日一题1 分钟读完 (大约182个字)145. 二叉树的前序遍历二叉树的前序遍历 难度: easy 原始链接: https://leetcode.cn/problems/binary-tree-preorder-traversal 标签: 前序遍历 阅读更多
2024-02-10发表2024-02-10更新LeetCode每日一题1 分钟读完 (大约184个字)94. 二叉树的中序遍历二叉树的中序遍历 难度: easy 原始链接: https://leetcode.cn/problems/binary-tree-inorder-traversal 标签: 中序遍历 阅读更多
2024-02-09发表2024-02-09更新LeetCode每日一题1 分钟读完 (大约112个字)236. 二叉树的最近公共祖先236. 二叉树的最近公共祖先 难度: medium 原始链接: https://leetcode.cn/problems/lowest-common-ancestor-of-a-binary-tree 标签: 后序遍历 阅读更多
2024-02-08发表2024-02-08更新LeetCode每日一题2 分钟读完 (大约255个字)993. 二叉树的堂兄弟节点993. 二叉树的堂兄弟节点 难度: easy 原始链接: https://leetcode.cn/problems/cousins-in-binary-tree 标签: 深度优先遍历, 广度优先遍历 阅读更多
2024-02-07发表2024-02-07更新LeetCode每日一题2 分钟读完 (大约308个字)2641. 二叉树的堂兄弟节点 II2641. 二叉树的堂兄弟节点 II 难度: medium 原始链接: https://leetcode.cn/problems/cousins-in-binary-tree-ii 标签: 广度优先遍历 阅读更多