meeting-rooms-sort-then-scan

Status: IN

`can_attend_meetings` uses O(n log n) sort + O(n) adjacent-pair scan; correctness relies on the invariant that after sorting by start time, overlap can only occur between adjacent intervals.

Source: entries/2026/06/06/meeting-rooms-solution.md

Depended on by

JSON