Round 1
Questions:
- Vertical order traversal
- Implement LRU and add one more feature to it. Implement last() function, which returns you what was the last key accessed. [ get(), put(), delete(), last() ]
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.