2024-05-13发表2025-01-15更新LeetCode每日一题1 分钟读完 (大约149个字)994. 腐烂的橘子腐烂的橘子 难度: medium 原始链接: https://leetcode.cn/problems/rotting-oranges 标签: 广度优先遍历 阅读更多
2024-04-24发表2025-01-15更新LeetCode每日一题1 分钟读完 (大约205个字)2385. 感染二叉树需要的总时间感染二叉树需要的总时间 难度: medium 原始链接: https://leetcode.cn/problems/amount-of-time-for-binary-tree-to-be-infected 标签: 广度优先遍历, 深度优先遍历 阅读更多
2024-03-17发表2025-01-15更新LeetCode每日一题1 分钟读完 (大约134个字)310. 最小高度树最小高度树 难度: medium 原始链接: https://leetcode.cn/problems/minimum-height-trees 标签: 广度优先遍历 阅读更多
2024-03-16发表2025-01-15更新LeetCode每日一题2 分钟读完 (大约238个字)2684. 矩阵中移动的最大次数矩阵中移动的最大次数 难度: medium 原始链接: https://leetcode.cn/problems/maximum-number-of-moves-in-a-grid 标签: 深度优先遍历, 广度优先遍历 阅读更多
2024-02-19发表2025-01-15更新LeetCode每日一题1 分钟读完 (大约195个字)590. N 叉树的后序遍历N 叉树的后序遍历 难度: easy 原始链接: https://leetcode.cn/problems/n-ary-tree-postorder-traversal 标签: 深度优先遍历, 广度优先遍历 阅读更多