Round 1
Questions:
-
Range Sum of BST - Leetcode Problem
Basically exactly as the example provided. -
Merge Interval Variation - Leetcode Problem
Instead of one interval you're given two intervals and have to go through both and output a list of intervals that result in a merging of the intervals provided.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.