2023-12-17发表2023-12-17更新LeetCode每日一题1 分钟读完 (大约163个字)746. 使用最小花费爬楼梯746. 使用最小花费爬楼梯 难度: easy 原始链接: https://leetcode.cn/problems/min-cost-climbing-stairs 标签: 动态规划 阅读更多
2023-12-15发表2023-12-15更新LeetCode每日一题2 分钟读完 (大约230个字)2415. 反转二叉树的奇数层2415. 反转二叉树的奇数层 难度: medium 原始链接: https://leetcode.cn/problems/reverse-odd-levels-of-binary-tree 标签: 广度优先遍历, 深度优先遍历 阅读更多
2023-12-13发表2023-12-13更新LeetCode每日一题1 分钟读完 (大约120个字)2697. 字典序最小回文串2697. 字典序最小回文串 难度: easy 原始链接: https://leetcode.cn/problems/lexicographically-smallest-palindrome 标签: 双指针 阅读更多
2023-12-12发表2023-12-12更新LeetCode每日一题3 分钟读完 (大约416个字)2454. 下一个更大元素 IV2454. 下一个更大元素 IV 难度: hard 原始链接: https://leetcode.cn/problems/next-greater-element-iv 标签: 单调栈 阅读更多
2023-12-11发表2023-12-11更新LeetCode每日一题2 分钟读完 (大约364个字)1631. 最小体力消耗路径1631. 最小体力消耗路径 难度: medium 原始链接: https://leetcode.cn/problems/path-with-minimum-effort 标签: 二分查找, 并查集 阅读更多