Is Overlap

Detects whether the two intervals overlap

O(1)

Python | Java

Detects whether there's an intersection between the two intervals (lines).

LeetCode

252. Meeting Rooms

Python | Java

Previous
Previous

Quick Select

Next
Next

Slow & Fast Pointers