2024-02-08发表2024-02-08更新LeetCode每日一题2 分钟读完 (大约255个字)993. 二叉树的堂兄弟节点993. 二叉树的堂兄弟节点 难度: easy 原始链接: https://leetcode.cn/problems/cousins-in-binary-tree 标签: 深度优先遍历, 广度优先遍历 阅读更多
2023-12-15发表2023-12-15更新LeetCode每日一题2 分钟读完 (大约230个字)2415. 反转二叉树的奇数层2415. 反转二叉树的奇数层 难度: medium 原始链接: https://leetcode.cn/problems/reverse-odd-levels-of-binary-tree 标签: 广度优先遍历, 深度优先遍历 阅读更多
2023-12-05发表2023-12-05更新LeetCode每日一题1 分钟读完 (大约134个字)2477. 到达首都的最少油耗2477. 到达首都的最少油耗 难度: medium 原始链接: https://leetcode.cn/problems/minimum-fuel-cost-to-report-to-the-capital 标签: 贪心, 深度优先遍历 阅读更多
2023-10-21发表2023-10-21更新LeetCode每日一题1 分钟读完 (大约174个字)2316. 统计无向图中无法互相到达点对数2316. 统计无向图中无法互相到达点对数 难度: medium 原始链接: https://leetcode.cn/problems/count-unreachable-pairs-of-nodes-in-an-undirected-graph 标签: 深度优先遍历 阅读更多