Topic: Greedy Algorithm Problem / Level: intermediate

Problem: Given a set of intervals representing events, maximize the number of non-overlapping events that can be attended.

Run the code to see the output here...