Topic: Greedy Algorithm Problem / Level: beginner

Problem: You are given a set of intervals representing flights. Maximize the number of non-overlapping flights that can be taken.

Run the code to see the output here...