Problem clarification and contract
10%Senior signals
- ✓Clarifies whether an interval ending exactly when another begins should be merged, whether input is sorted, and whether intervals can be malformed (start after end).
- ✓Confirms output ordering requirements and whether the original list may be mutated.
Staff-level signals
- ◆Raises whether this feeds a system where bookings arrive incrementally rather than as one batch.
Common red flags
- ×Codes immediately while assuming input is already sorted without confirming.
