Round 1
Questions:
- A slight variation of merge intervals. Given two sorted, non-overlapping interval lists, return a 3rd interval list that is the union of the input interval lists. Leetcode Link
- Valid word abbreviation Leetcode Link
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.