Round 1
Questions:
- Count the Number of Incremovable Subarrays II
- Given a 2D grid, with S as start, E as end, * as valid position and # as blockers. Find the minimum number of jumps required to reach from start to end. We can make jumps of any length in 4 directions. If we make a jump of more than 1 length in some direction, the next jump should be in the same direction.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.