Topic: Greedy Algorithm Problem / Level: intermediate

Problem: Given a list of train arrival and departure times, find the minimum number of platforms required at a station to accommodate all trains.

Run the code to see the output here...