...

/

Interval List Intersections

Interval List Intersections

Try to solve the Interval List Intersections problem.

Statement

For two lists of closed intervals given as input, intervalLista and intervalListb, where each interval has its own start and end time, write a function that returns the intersection of the two interval lists.

For example, the intersection of [3,8 ...

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy