Topic: Greedy Algorithm Problem / Level: beginner

Problem: You are given a set of intervals, find the maximum number of non-overlapping intervals.

Run the code to see the output here...