Intervals - Non-overlapping Intervals (Max Non-Overlap)
Given the following partial output of the greedy algorithm that sorts intervals by end time and selects non-overlapping intervals:
Selected intervals end times: [3, 5, 8]
Which of the following could be the original input intervals?
