Round 1
Questions: You need to find the distances of the blockers ("X") from each robot ("O") in the grid, and then match the distances with the given list [2, 2, 4, 1][up,down,left,right]. The robot whose distances match the given list should be the output.
Board (for example):
["O","E","E","X" "X", "X","O","E" "E", "X","O", "X"]
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.