Round 1
Questions:
- Subarray Sum Equals Target, also consider the case where some numbers in the array are negative.
- Variant of Merge Intervals, both A and B contain a list of sorted, non-overlapping intervals, join A and B.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.