Search
⌘K

Leetcode 986. Interval List Intersections

Given two sorted, pairwise-disjoint lists of closed intervals, return all non-empty intersections between intervals from the two lists. Because each list is ordered and non-overlapping, the overlaps can be produced by scanning both lists simultaneously in linear time.

Asked at:

Meta


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Early September, 2025

Meta

Mid-level

Late August, 2025

Meta

Mid-level

Mid April, 2025

Meta

Senior

Comments

Your account is free and you can post anonymously if you choose.