2023-12-08发表2023-12-08更新LeetCode每日一题1 分钟读完 (大约131个字)2008. 出租车的最大盈利2008. 出租车的最大盈利 难度: medium 原始链接: https://leetcode.cn/problems/maximum-earnings-from-taxi 标签: 二分查找 阅读更多
2023-12-07发表2023-12-07更新LeetCode每日一题1 分钟读完 (大约201个字)1466. 重新规划路线1466. 重新规划路线 难度: medium 原始链接: https://leetcode.cn/problems/reorder-routes-to-make-all-paths-lead-to-the-city-zero 标签: dfs 阅读更多
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-12-04发表2023-12-04更新LeetCode每日一题1 分钟读完 (大约113个字)1038. 从二叉搜索树到更大和树1038. 从二叉搜索树到更大和树 难度: medium 原始链接: https://leetcode.cn/problems/binary-search-tree-to-greater-sum-tree 标签: 中序遍历 阅读更多
2023-12-03发表2023-12-03更新LeetCode每日一题1 分钟读完 (大约181个字)1423. 可获得的最大点数1423. 可获得的最大点数 难度: medium 原始链接: https://leetcode.cn/problems/maximum-points-you-can-obtain-from-cards 标签: 滑动窗口 阅读更多