...

/

Challenge: Find the Minimum Platforms Required for a Station

Challenge: Find the Minimum Platforms Required for a Station

Calculate the minimum number of platforms required at a train station based on the trains' arrival and departure times.

Problem statement

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

Input

Two arrays that represent the arrival and ...