摘要: 3. 无重复字符的最长子串 题目链接:https://leetcode.cn/problems/longest-substring-without-repeating-characters/description/?envType=study-plan-v2&envId=top-100-liked 阅读全文
posted @ 2024-08-11 17:32 云雀AC了一整天 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 283. 移动零 题目链接:https://leetcode.cn/problems/move-zeroes/description/?envType=study-plan-v2&envId=top-100-liked 题目难度:简单 标签:数组、双指针 题目状态:AC 思路: 两个指针,i 用来找 阅读全文
posted @ 2024-08-10 20:48 云雀AC了一整天 阅读(12) 评论(0) 推荐(1) 编辑
摘要: 198. 打家劫舍 题目链接:https://leetcode.cn/problems/house-robber/ 文章讲解:https://programmercarl.com/0198.打家劫舍.html 题目难度:中等 视频讲解:https://www.bilibili.com/video/B 阅读全文
posted @ 2024-08-10 09:23 云雀AC了一整天 阅读(22) 评论(0) 推荐(1) 编辑
摘要: 322. 零钱兑换 题目链接:https://leetcode.cn/problems/coin-change/ 文章讲解:https://programmercarl.com/0322.零钱兑换.html 题目难度:中等 视频讲解:https://www.bilibili.com/video/BV 阅读全文
posted @ 2024-08-09 10:31 云雀AC了一整天 阅读(15) 评论(0) 推荐(1) 编辑
摘要: 52. 携带研究材料 题目链接:https://kamacoder.com/problempage.php?pid=1052 文章讲解:https://programmercarl.com/背包问题理论基础完全背包.html 视频讲解:https://www.bilibili.com/video/B 阅读全文
posted @ 2024-08-08 09:10 云雀AC了一整天 阅读(12) 评论(0) 推荐(1) 编辑
摘要: 1049. 最后一块石头的重量 II 题目链接:https://leetcode.cn/problems/last-stone-weight-ii/ 题目难度:中等 文章讲解:https://programmercarl.com/1049.最后一块石头的重量II.html 视频讲解:https:// 阅读全文
posted @ 2024-08-07 10:51 云雀AC了一整天 阅读(15) 评论(0) 推荐(1) 编辑
摘要: 46. 携带研究材料(0-1背包问题) 题目链接:https://kamacoder.com/problempage.php?pid=1046 文章讲解:https://programmercarl.com/背包理论基础01背包-1.html 视频讲解:https://www.bilibili.co 阅读全文
posted @ 2024-08-06 10:57 云雀AC了一整天 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 62. 不同路径 题目链接:https://leetcode.cn/problems/unique-paths/ 题目难度:中等 文章讲解:https://programmercarl.com/0062.不同路径.html 视频讲解:https://www.bilibili.com/video/BV 阅读全文
posted @ 2024-08-05 09:20 云雀AC了一整天 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 1. 两数之和 题目链接:https://leetcode.cn/problems/two-sum/description/?envType=study-plan-v2&envId=top-100-liked 解题状态:通过 标签:数组、哈希表 思路: 通过创建一个哈希表来保存数组中的元素,每当遍历 阅读全文
posted @ 2024-08-04 15:19 云雀AC了一整天 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 509. 斐波那契数 题目链接:https://leetcode.cn/problems/fibonacci-number/ 题目难度:简单 文章讲解:https://programmercarl.com/0509.斐波那契数.html 视频讲解:https://www.bilibili.com/v 阅读全文
posted @ 2024-08-03 10:24 云雀AC了一整天 阅读(25) 评论(0) 推荐(0) 编辑