Leetcode-Array-55.跳跃游戏 发表于 2024-10-16 更新于 2024-10-24 分类于 Leetcode , Array 阅读次数: 本文字数: 52 阅读时长 ≈ 1 分钟 https://leetcode.cn/problems/jump-game/solutions/203549/tiao-yue-you-xi-by-leetcode-solution/?envType=study-plan-v2&envId=top-interview-150 思路 这道题目有暴力搜索、贪心、动态规划、并查集、深搜加记忆化搜索。 代码