...
/Challenge: Minimum Number of Platforms Required for Train Station
Challenge: Minimum Number of Platforms Required for Train Station
Given the arrival and departure times of trains, calculate the number of platforms required for a train station.
We'll cover the following...
Problem statement
Implement a function that returns the minimum number of platforms that are required for the trains so that none of them wait.
Input
The input is two arrays that represent the arrival and departure times of ...