2024-01-06发表2024-01-06更新LeetCode每日一题1 分钟读完 (大约117个字)2807. 在链表中插入最大公约数2807. 在链表中插入最大公约数 难度: medium 原始链接: https://leetcode.cn/problems/insert-greatest-common-divisors-in-linked-list 标签: 辗转相除法 阅读更多
2024-01-04发表2024-01-04更新LeetCode每日一题1 分钟读完 (大约189个字)2397. 被列覆盖的最多行数2397. 被列覆盖的最多行数 难度: medium 原始链接: https://leetcode.cn/problems/maximum-rows-covered-by-columns 标签: 回溯, 枚举 阅读更多
2024-01-03发表2024-01-03更新LeetCode每日一题2 分钟读完 (大约268个字)2487. 从链表中移除节点2487. 从链表中移除节点 难度: medium 原始链接: https://leetcode.cn/problems/remove-nodes-from-linked-list 标签: 递归, 单调栈, 反转链表 阅读更多
2024-01-01发表2024-01-01更新LeetCode每日一题1 分钟读完 (大约113个字)1599. 经营摩天轮的最大利润1599. 经营摩天轮的最大利润 难度: medium 原始链接: https://leetcode.cn/problems/maximum-profit-of-operating-a-centennial-wheel 标签: 模拟 阅读更多
2023-12-31发表2023-12-31更新LeetCode每日一题几秒读完 (大约92个字)1154. 一年中的第几天1154. 一年中的第几天 难度: easy 原始链接: https://leetcode.cn/problems/day-of-the-year 标签: 直接计算 阅读更多