Light Mode
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For example, Given [[0, 30],[5, 10],[15, 20]], return 2.
Solution: Sort the array based on start-time of the interval. Then, use the min-heap based on