摘要: LeetCode1143 最长公共子序列 [多维动态规划]、LeetCode72 编辑距离 [多维动态规划] 阅读全文
posted @ 2026-05-13 21:42 SchwarzShu 阅读(9) 评论(0) 推荐(0)
摘要: LeetCode5 最长回文子串 [双指针、多维动态规划] 阅读全文
posted @ 2026-05-12 22:01 SchwarzShu 阅读(9) 评论(0) 推荐(0)
摘要: LeetCode208 实现Trie(前缀树) [图论]、LeetCode215 数组中的第K个最大元素 [堆、快速选择排序]、LeetCode347 前K个高频元素 [堆]、LeetCode295 数据流的中位数 [堆] 阅读全文
posted @ 2026-05-10 20:10 SchwarzShu 阅读(6) 评论(0) 推荐(0)
摘要: LeetCode84 柱状图中最大的矩形 [单调栈]、LeetCode207 课程表 [图论、DFS] 阅读全文
posted @ 2026-05-10 17:11 SchwarzShu 阅读(4) 评论(0) 推荐(0)
摘要: LeetCode51 N皇后 [回溯、递归]、LeetCode4 寻找两个正序数组的中位数 [二分查找]、LeetCode146 LRU缓存 [链表、哈希] 阅读全文
posted @ 2026-04-05 21:45 SchwarzShu 阅读(9) 评论(0) 推荐(0)
摘要: LeetCode75 颜色分类 [技巧]、LeetCode31 下一个排列 [技巧]、LeetCode287 寻找重复数 [技巧] 阅读全文
posted @ 2026-03-30 22:47 SchwarzShu 阅读(7) 评论(0) 推荐(0)
摘要: LeetCode32 最长有效括号 [动态规划]、LeetCode62 不同路径 [动态规划]、LeetCode64 最小路径和 [动态规划]、LeetCode136 只出现一次的数字 [技巧]、LeetCode169 多数元素 [技巧] 阅读全文
posted @ 2026-03-29 20:48 SchwarzShu 阅读(13) 评论(0) 推荐(0)
摘要: LeetCode322 零钱兑换 [动态规划]、LeetCode139 单词拆分 [动态规划]、LeetCode300 最长递增子序列 [动态规划]、LeetCode152 乘积最大子数组 [动态规划]、LeetCode416 分割等和子集 [动态规划] 阅读全文
posted @ 2026-03-28 22:06 SchwarzShu 阅读(15) 评论(0) 推荐(0)
摘要: LeetCode763 划分字母区间 [贪心]、LeetCode70 爬楼梯 [动态规划]、LeetCode118 杨辉三角 [动态规划]、LeetCode198 打家劫舍 [动态规划]、LeetCode279 完全平方数 [动态规划] 阅读全文
posted @ 2026-03-27 22:34 SchwarzShu 阅读(10) 评论(0) 推荐(0)
摘要: LeetCode394 字符串解码 [栈]、LeetCode739 每日温度 [栈]、LeetCode121 买股票的最佳时机 [动态规划]、LeetCode55 跳跃游戏 [贪心]、LeetCode45 跳跃游戏Ⅱ [贪心] 阅读全文
posted @ 2026-03-26 21:50 SchwarzShu 阅读(6) 评论(0) 推荐(0)