1696. 跳跃游戏 VI
1696. 跳跃游戏 VI
- 难度:
medium - 原始链接: https://leetcode.cn/problems/jump-game-vi
- 标签:
单调栈
解法一: 单调栈
1 | func maxResult(nums []int, k int) int { |
medium单调栈1 | func maxResult(nums []int, k int) int { |
Update your browser to view this website correctly.&npsb;Update my browser now