Screening Round
Questions:
- Sliding window mean: Given an input array and a sliding window size, calculate the averages of each slide.
- Vertical Order Traversal of a Binary Tree: The idea is to traverse the elements in breadth-first order and then smartly map the values.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.