Topic: Greedy Algorithm Problem / Level: beginner

Problem: Given a list of train arrival and departure times, find the minimum number of platforms required.

Run the code to see the output here...