Leetcode-Array-55.跳跃游戏

https://leetcode.cn/problems/jump-game/solutions/203549/tiao-yue-you-xi-by-leetcode-solution/?envType=study-plan-v2&envId=top-interview-150

思路

这道题目有暴力搜索、贪心、动态规划、并查集、深搜加记忆化搜索。

代码