Solution to Jump Game II by LeetCode

23 May

Question: https://oj.leetcode.com/problems/jump-game-ii/

Question Name: Jump Game II

A similar problem with Fib-Frog by codility. But this one is much simpler.

2 Replies to “Solution to Jump Game II by LeetCode

  1. Your solution is O(N^2) in the worst case? [1,5,4,3,2,1,1,1]

Leave a Reply

Your email address will not be published. Required fields are marked *

Please put your code into a <pre>YOUR CODE</pre> section. Thanks and Happy Coding!