Topic: Greedy Algorithm Problem / Level: beginner

Problem: Find the maximum number of non-overlapping flights that can be taken, given a set of flights with start and end times.

Run the code to see the output here...