...

/

Challenge: Find Minimum Number of Platforms Required for a Train Station

Challenge: Find Minimum Number of Platforms Required for a Train Station

Given arrival and departure times of trains, calculate the number of platforms required for a train station.

Problem Statement

Implement a function that returns the minimum number of platforms that are required for the train so that none of them waits.

Input

Two arrays which represent arrival and departure times of ...