[Applied Intuition] [General SDE] Interview Experience
Interview Stages
Round 1: Technical Phone Screen
- Process: A technical phone interview.
- Problem: Implement a function
merge(vector<vector<pair<double, double>>> segments) to merge overlapping segments while preserving the points.
- Focus: Data structure and algorithm efficiency for handling overlapping segments.