作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.cn/ 目录 题目描述 题目大意 解题方法 动态规划 日期 题目地址:https://leetcode.com/problems/odd-even-jump/ 题目描述 You are given an integer array A. From some starting index, you can make a series of jumps. The (1st, 3rd, 5th, -…