09 2023 档案

Leetcode 45. 跳跃游戏 II
摘要:https://leetcode.cn/problems/jump-game-ii/description/ 给定一个长度为 n 的 0 索引整数数组 nums。初始位置为 nums[0]。 每个元素 nums[i] 表示从索引 i 向前跳转的最大长度。换句话说,如果你在 nums[i] 处,你可以 阅读全文

posted @ 2023-09-30 10:09 itdef 阅读(72) 评论(0) 推荐(0)

Leetcode 1143. 最长公共子序列
摘要:https://leetcode.cn/problems/longest-common-subsequence/description/?envType=study-plan-v2&envId=top-100-liked 给定两个字符串 text1 和 text2,返回这两个字符串的最长 公共子序列 阅读全文

posted @ 2023-09-29 22:47 itdef 阅读(53) 评论(0) 推荐(0)

导航