Intervals - Minimum Number of Platforms Required
Given the following partial event list after sorting for minimum platforms calculation:
[(900, 1), (910, -1), (940, 1), (950, 1), (1120, -1), (1200, -1)]
What was the original arrivals and departures input arrays?
