DIY: Find Interval Sets

Solve the interview question "Find Interval Sets" yourself in this lesson.

Problem statement

You are given an array of intervals, and you have to organize them into sets such that only one interval can occupy a set at a time. Your job is to find the ...