Round 1
Questions:
- Binary Tree Level Order Traversal
- Given a 2D grid represented with empty spaces(0), houses(1) and trees(2), in order to build a well, place the well in such a way that minimizes the distances between the houses (i.e. ensure all houses are in close proximity to the well).
Specific question not provided.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.