Given array where nums[i] is max jump from index i, determine if you can reach the last index starting from index 0.
Examples