Round 1
Questions: The coding round included a question about Jump Game (Leetcode 55) and an extension of it:
- Jump Game: Given an array of non-negative integers, you are initially positioned at the first index. Each element in the array represents your maximum jump length at that position. Determine if you can reach the last index.
- Extension: Return the path to reach the end of the array.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.